Html Css Color HEX #0B4487 Dark Cerulean

📋 copy color: '#0B4487'

red 11 ◦ green 68 ◦ blue 135

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

Shades of Dark Cerulean #0B4487

Tints of Dark Cerulean #0B4487

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.78%

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

R = 5.14%
G = 31.78%
B = 63.08%

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

#0B4487 (or 0x0B4487) is known color: Dark Cerulean. HEX triplet: 0B, 44 and 87. RGB value is (11,68,135). Sum of RGB (Red+Green+Blue) = 11+68+135=214 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.14% from 214); Green value is 68 (26.95% from 255 or 31.78% from 214); Blue value is 135 (53.12% from 255 or 63.08% from 214); Max value from RGB is 135 - color contains mainly: blue. Hex color #0B4487 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B4487 is #F4BB78. Grayscale: #3A3A3A. Windows color (decimal): -16038777 or 8864779. OLE color: 8864779.

HSL color Cylindrical-coordinate representation of color #0B4487: hue angle of 212.42º 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 #0B4487 is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 11 68 135 -
CMYK 0.92 0.50 0 0.47
HSL 212.42º 0.85% 0.29% -
HSV(B) 212.42º 0.92% 0.53% -
XYZ 6.58 5.95 23.72 -
YUV 58.6 171.12 94.05 -
System Red Green Blue C M Y K H S L
Decimal 11 68 135 0.92 0.50 0 0.47 212.42 0.85 0.29
Hex B 44 87 5C 32 0 2F D4 55 1D
Octal 13 104 207 134 62 0 57 324 125 35
Binary 1011 1000100 10000111 1011100 110010 0 101111 11010100 1010101 11101

Color Harmonies of #0B4487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4487

Black with #0B4487

Text Example


Text Example

White with #0B4487

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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