Html Css Color HEX #0B5996 Dark Cerulean

📋 copy color: '#0B5996'

red 11 ◦ green 89 ◦ blue 150

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

Shades of Dark Cerulean #0B5996

Tints of Dark Cerulean #0B5996

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.6%

 BLUE value IS 150 (58.98% from 255) = 60%

R = 4.4%
G = 35.6%
B = 60%

CMYK

 C value IS 0.93

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0B5996 (or 0x0B5996) is known color: Dark Cerulean. HEX triplet: 0B, 59 and 96. RGB value is (11,89,150). Sum of RGB (Red+Green+Blue) = 11+89+150=250 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.4% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 150 (58.98% from 255 or 60% from 250); Max value from RGB is 150 - color contains mainly: blue. Hex color #0B5996 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B5996 is #F4A669. Grayscale: #484848. Windows color (decimal): -16033386 or 9853195. OLE color: 9853195.

HSL color Cylindrical-coordinate representation of color #0B5996: hue angle of 206.33º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B5996 is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 11 89 150 -
CMYK 0.93 0.41 0 0.41
HSL 206.33º 0.86% 0.32% -
HSV(B) 206.33º 0.93% 0.59% -
XYZ 9.22 9.42 30.19 -
YUV 72.63 171.66 84.04 -
System Red Green Blue C M Y K H S L
Decimal 11 89 150 0.93 0.41 0 0.41 206.33 0.86 0.32
Hex B 59 96 5D 29 0 29 CE 56 20
Octal 13 131 226 135 51 0 51 316 126 40
Binary 1011 1011001 10010110 1011101 101001 0 101001 11001110 1010110 100000

Color Harmonies of #0B5996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5996

Black with #0B5996

Text Example


Text Example

White with #0B5996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,89,150); }

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

background-color css

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

 a { background-color: rgb(11,89,150); }

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

border-color css

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

 span { border-color: rgb(11,89,150); }

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