#0B7196

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

Shades of Cerulean #0B7196

Tints of Cerulean #0B7196

Color information

#0B7196 (or 0x0B7196) is unknown color: approx Cerulean. HEX triplet: 0B, 71 and 96. RGB value is (11,113,150). Sum of RGB (Red+Green+Blue) = 11+113+150=274 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.01% from 274); Green value is 113 (44.53% from 255 or 41.24% from 274); Blue value is 150 (58.98% from 255 or 54.74% from 274); Max value from RGB is 150 - color contains mainly: blue. Hex color #0B7196 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B7196 is #F48E69. Grayscale: #565656. Windows color (decimal): -16027242 or 9859339. OLE color: 9859339.

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

Color convert

RGB11113150-
CMYK0.930.2500.41
HSL195.97º86.34%31.57%-
HSV(B)195.97º92.67%58.82%-
XYZ11.5514.0830.96-
YUV86.72163.7173.99-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.01%
GREEN value IS 113 (44.53% from 255) = 41.24%
BLUE value IS 150 (58.98% from 255) = 54.74%
R=4.01%
G=41.24%
B=54.74%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal111131500.930.2500.41195.9786.3431.57
HexB71965D19029c45620
Octal131612261353105130412640
Binary10111110001100101101011101110010101001110001001010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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