Html Css Color HEX #0B456B Dark Cerulean

📋 copy color: '#0B456B'

red 11 ◦ green 69 ◦ blue 107

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

Shades of Dark Cerulean #0B456B

Tints of Dark Cerulean #0B456B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.9%

 BLUE value IS 107 (42.19% from 255) = 57.22%

R = 5.88%
G = 36.9%
B = 57.22%

CMYK

 C value IS 0.90

 M value IS 0.36

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0B456B (or 0x0B456B) is known color: Dark Cerulean. HEX triplet: 0B, 45 and 6B. RGB value is (11,69,107). Sum of RGB (Red+Green+Blue) = 11+69+107=187 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.88% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 107 (42.19% from 255 or 57.22% from 187); Max value from RGB is 107 - color contains mainly: blue. Hex color #0B456B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B456B is #F4BA94. Grayscale: #373737. Windows color (decimal): -16038549 or 7030027. OLE color: 7030027.

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

Color convert

RGB 11 69 107 -
CMYK 0.90 0.36 0 0.58
HSL 203.75º 0.81% 0.23% -
HSV(B) 203.75º 0.9% 0.42% -
XYZ 4.92 5.39 14.69 -
YUV 55.99 156.78 95.91 -
System Red Green Blue C M Y K H S L
Decimal 11 69 107 0.90 0.36 0 0.58 203.75 0.81 0.23
Hex B 45 6B 5A 24 0 3A CC 51 17
Octal 13 105 153 132 44 0 72 314 121 27
Binary 1011 1000101 1101011 1011010 100100 0 111010 11001100 1010001 10111

Color Harmonies of #0B456B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B456B

Black with #0B456B

Text Example


Text Example

White with #0B456B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,69,107); }

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

background-color css

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

 a { background-color: rgb(11,69,107); }

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

border-color css

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

 span { border-color: rgb(11,69,107); }

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