COLOR #0B253A

HEX: #0B253A RGB: (11,37,58)

Color info

#0B253A contains red, green and blue colors in about the same proportion. Web safe color of #0B253A is #003333 (or #033).

RGB color model

#0B253A color RGB value is (11,37,58).

RGB: (11,37,58) (4%, 15%, 23%)

RGB channels and saturation

R 11 of 255 = 4%
G 37 of 255 = 15%
B 58 of 255 = 23%

11
37
58

R + G + B ~ 14%. #0B253A is dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 37 + 58 = 106 (100%)
R 11 of 106 ~ 10.38%
G 37 of 106 ~ 34.91%
B 58 of 106 ~ 54.72'%

%34.91
%54.72

CMYK color model

#0B253A color CMYK value is (81,36,0,77).

  • cyan value is 81.03%
  • magenta value is 36.21%
  • yellow value is 0.00%
  • key color value is 77.25%

CMYK: (81,36,0,77)
C81M36Y0K77 (81%, 36%, 0%, 77%)
(0.81 / 0.36 / 0.00 / 0.77)

CMYK percentages

%81.03
%36.21
%0
%77.25

Codes

Color #0B253A in popluar color models

0B 25 3A
RGB 11 37 58
HSL 207° 68.12% 13.53%
HSB/HSV 207° 81.03% 22.75%
CMYK 81.03% 36.21% 0.00%
77.25%

Color #0B253A in popluar number systems.

HEX 0B 25 3A
Decimal 11 37 58
Binary 1011 100101 111010
Octal 13 45 72

Shades and tints

Shades of #0B253A

#0B253A
(11,37,58)
#0A2235
(10,34,53)
#091F30
(9,31,48)
#081C2B
(8,28,43)
#071926
(7,25,38)
#061621
(6,22,33)
#05131C
(5,19,28)
#041017
(4,16,23)
#030D12
(3,13,18)
#020A0D
(2,10,13)
#010708
(1,7,8)
#000000
(0,0,0)

Tints of #0B253A

#0B253A
(11,37,58)
#21384B
(33,56,75)
#374B5C
(55,75,92)
#4D5E6D
(77,94,109)
#63717E
(99,113,126)
#79848F
(121,132,143)
#8F97A0
(143,151,160)
#A5AAB1
(165,170,177)
#BBBDC2
(187,189,194)
#D1D0D3
(209,208,211)
#E7E3E4
(231,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B253A color. Also use rgb(11,37,58) instead hex code.

Text Font Color

.myTextColor { color: #0B253A; }

<p style="color:#0B253A">This sample text font color is #0B253A.</p>

This text font color is #0B253A.

Background Color

.myBgColor { background-color: #0B253A; }

<div style="background-color:#0B253A">Inner text</div>

This div background color is #0B253A.

Border color

.myBorderColor { border: 1px solid #0B253A; }

<div style="border:3px solid #0B253A">Div</div>

This div border color is #0B253A.

Opacity

.myOpacity80 { color: #0B253A; opacity: 0.8; }

<p style="color:#0B253A;opacity:0.8;">80%</p>

Text with #0B253A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0B253A;}

<p style="text-shadow: 3px 3px 1px #0B253A">Text here.</p>

This text has shadow with #0B253A color.


.textShadow {text-shadow: 3px 3px 1px #0B253A', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0B253A, 5px 5px 20px red">Text here.</p>

This text has shadow with #0B253A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0B253A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0B253A, Direction=45, Strength=4)">Text</p>

This text has shadow with #0B253A and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #0B253A;
-webkit-box-shadow: 1px 1px 3px 2px #0B253A;
box-shadow: 1px 1px 3px 2px #0B253A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0B253A; -webkit-box-shadow: 1px 1px 3px 2px #0B253A; box-shadow:1px 1px 3px 2px #0B253A;">
Div content here
</div>

This div box has shadow with color #0B253A.

Preview

Color preview on black background

This text has color #0B253A on black background.


Color preview on white background

This text has color #0B253A on white background.


Black color preview on #0B253A background

This text has black color on #0B253A background.


White color preview on #0B253A background

This text has white color on #0B253A background.


Related colors

Complementary color

Complementary color for #hex is #F4DAC5.


I love getcolorcode.com

Triadic colors

1 #3A0B25 and #253A0B with #0B253A are triadic colors.

2 #3A250B and #250B3A with #0B253A are triadic colors.