#0B4D6C

Color #0B4D6C Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #0B4D6C

Tints of Dark Cerulean #0B4D6C

Color information

#0B4D6C (or 0x0B4D6C) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 4D and 6C. RGB value is (11,77,108). Sum of RGB (Red+Green+Blue) = 11+77+108=196 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.61% from 196); Green value is 77 (30.47% from 255 or 39.29% from 196); Blue value is 108 (42.58% from 255 or 55.10% from 196); Max value from RGB is 108 - color contains mainly: blue. Hex color #0B4D6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B4D6C is #F4B293. Grayscale: #3C3C3C. Windows color (decimal): -16036500 or 7097611. OLE color: 7097611.

HSL color Cylindrical-coordinate representation of color #0B4D6C: hue angle of 199.18º degrees, saturation: 0.82, 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 #0B4D6C is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1177108-
CMYK0.900.2900.58
HSL199.18º81.51%23.33%-
HSV(B)199.18º89.81%42.35%-
XYZ5.56.4615.14-
YUV60.8154.6392.48-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.61%
GREEN value IS 77 (30.47% from 255) = 39.29%
BLUE value IS 108 (42.58% from 255) = 55.10%
R=5.61%
G=39.29%
B=55.10%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal11771080.900.2900.58199.1881.5123.33
HexB4D6C5A1D03Ac75217
Octal131151541323507230712227
Binary101110011011101100101101011101011101011000111101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,77,108); }

 H1.HeaderClassName
 {
   color: #0B4D6C;
 }
 .AnyTagClassName
 {
   color: #0B4D6C;
 }
</style>
background-color css

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

 a { background-color: rgb(11,77,108); }

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

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

 span { border-color: rgb(11,77,108); }

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