Html Css Color HEX #0B4669 Dark Cerulean

📋 copy color: '#0B4669'

red 11 ◦ green 70 ◦ blue 105

#0B4669
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #0B4669

Tints of Dark Cerulean #0B4669

RGB

 RED value IS 11 (4.69% from 255) = 5.91%

 GREEN value IS 70 (27.73% from 255) = 37.63%

 BLUE value IS 105 (41.41% from 255) = 56.45%

R = 5.91%
G = 37.63%
B = 56.45%

CMYK

 C value IS 0.90

 M value IS 0.33

 Y value IS 0

 K value IS 0.59

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0B4669 (or 0x0B4669) is known color: Dark Cerulean. HEX triplet: 0B, 46 and 69. RGB value is (11,70,105). Sum of RGB (Red+Green+Blue) = 11+70+105=186 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.91% from 186); Green value is 70 (27.73% from 255 or 37.63% from 186); Blue value is 105 (41.41% from 255 or 56.45% from 186); Max value from RGB is 105 - color contains mainly: blue. Hex color #0B4669 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4669 is #F4B996. Grayscale: #383838. Windows color (decimal): -16038295 or 6899211. OLE color: 6899211.

HSL color Cylindrical-coordinate representation of color #0B4669: hue angle of 202.34º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B4669 is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 11 70 105 -
CMYK 0.90 0.33 0 0.59
HSL 202.34º 0.81% 0.23% -
HSV(B) 202.34º 0.9% 0.41% -
XYZ 4.88 5.47 14.16 -
YUV 56.35 155.45 95.65 -
System Red Green Blue C M Y K H S L
Decimal 11 70 105 0.90 0.33 0 0.59 202.34 0.81 0.23
Hex B 46 69 5A 21 0 3B CA 51 17
Octal 13 106 151 132 41 0 73 312 121 27
Binary 1011 1000110 1101001 1011010 100001 0 111011 11001010 1010001 10111

Color Harmonies of #0B4669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4669

Black with #0B4669

Text Example


Text Example

White with #0B4669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B4669; }

 p { color: rgb(11,70,105); }

 H1.HeaderClassName
 {
   color: #0B4669;
 }
 .AnyTagClassName
 {
   color: #0B4669;
 }
</style>

background-color css

<style>
 a { background-color: #0B4669; }

 a { background-color: rgb(11,70,105); }

 div.DivClassName
 {
   background-color: #0B4669;
 }
 .BgClassName
 {
   background-color: #0B4669;
 }
</style>

border-color css

<style>
 span { border-color: #0B4669; }

 span { border-color: rgb(11,70,105); }

 td.TdClassName
 {
   border-color: #0B4669;
 }
 .TagClassName
 {
   border-color: #0B4669;
 }
</style>