Html Css Color HEX #0B4387 Dark Cerulean

📋 copy color: '#0B4387'

red 11 ◦ green 67 ◦ blue 135

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

Shades of Dark Cerulean #0B4387

Tints of Dark Cerulean #0B4387

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.46%

 BLUE value IS 135 (53.13% from 255) = 63.38%

R = 5.16%
G = 31.46%
B = 63.38%

CMYK

 C value IS 0.92

 M value IS 0.50

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0B4387 (or 0x0B4387) is known color: Dark Cerulean. HEX triplet: 0B, 43 and 87. RGB value is (11,67,135). Sum of RGB (Red+Green+Blue) = 11+67+135=213 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.16% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 135 (53.12% from 255 or 63.38% from 213); Max value from RGB is 135 - color contains mainly: blue. Hex color #0B4387 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B4387 is #F4BC78. Grayscale: #393939. Windows color (decimal): -16039033 or 8864523. OLE color: 8864523.

HSL color Cylindrical-coordinate representation of color #0B4387: hue angle of 212.9º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B4387 is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 11 67 135 -
CMYK 0.92 0.50 0 0.47
HSL 212.9º 0.85% 0.29% -
HSV(B) 212.9º 0.92% 0.53% -
XYZ 6.52 5.83 23.7 -
YUV 58.01 171.45 94.47 -
System Red Green Blue C M Y K H S L
Decimal 11 67 135 0.92 0.50 0 0.47 212.9 0.85 0.29
Hex B 43 87 5C 32 0 2F D5 55 1D
Octal 13 103 207 134 62 0 57 325 125 35
Binary 1011 1000011 10000111 1011100 110010 0 101111 11010101 1010101 11101

Color Harmonies of #0B4387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4387

Black with #0B4387

Text Example


Text Example

White with #0B4387

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,67,135); }

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

background-color css

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

 a { background-color: rgb(11,67,135); }

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

border-color css

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

 span { border-color: rgb(11,67,135); }

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