#0B6D96

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

Shades of Cerulean #0B6D96

Tints of Cerulean #0B6D96

Color information

#0B6D96 (or 0x0B6D96) is unknown color: approx Cerulean. HEX triplet: 0B, 6D and 96. RGB value is (11,109,150). Sum of RGB (Red+Green+Blue) = 11+109+150=270 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.07% from 270); Green value is 109 (42.97% from 255 or 40.37% from 270); Blue value is 150 (58.98% from 255 or 55.56% from 270); Max value from RGB is 150 - color contains mainly: blue. Hex color #0B6D96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B6D96 is #F49269. Grayscale: #545454. Windows color (decimal): -16028266 or 9858315. OLE color: 9858315.

HSL color Cylindrical-coordinate representation of color #0B6D96: hue angle of 197.7º 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 #0B6D96 is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11109150-
CMYK0.930.2700.41
HSL197.7º86.34%31.57%-
HSV(B)197.7º92.67%58.82%-
XYZ11.1113.2130.82-
YUV84.37165.0375.67-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.07%
GREEN value IS 109 (42.97% from 255) = 40.37%
BLUE value IS 150 (58.98% from 255) = 55.56%
R=4.07%
G=40.37%
B=55.56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal111091500.930.2700.41197.786.3431.57
HexB6D965D1B029c65620
Octal131552261353305130612640
Binary10111101101100101101011101110110101001110001101010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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