#0B6696

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

Shades of Cerulean #0B6696

Tints of Cerulean #0B6696

Color information

#0B6696 (or 0x0B6696) is unknown color: approx Cerulean. HEX triplet: 0B, 66 and 96. RGB value is (11,102,150). Sum of RGB (Red+Green+Blue) = 11+102+150=263 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.18% from 263); Green value is 102 (40.23% from 255 or 38.78% from 263); Blue value is 150 (58.98% from 255 or 57.03% from 263); Max value from RGB is 150 - color contains mainly: blue. Hex color #0B6696 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B6696 is #F49969. Grayscale: #4F4F4F. Windows color (decimal): -16030058 or 9856523. OLE color: 9856523.

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

Color convert

RGB11102150-
CMYK0.930.3200.41
HSL200.72º86.34%31.57%-
HSV(B)200.72º92.67%58.82%-
XYZ10.3911.7830.58-
YUV80.26167.3578.6-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.18%
GREEN value IS 102 (40.23% from 255) = 38.78%
BLUE value IS 150 (58.98% from 255) = 57.03%
R=4.18%
G=38.78%
B=57.03%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal111021500.930.3200.41200.7286.3431.57
HexB66965D20029c95620
Octal131462261354005131112640
Binary101111001101001011010111011000000101001110010011010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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