#0B6EA8

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

Shades of Cerulean #0B6EA8

Tints of Cerulean #0B6EA8

Color information

#0B6EA8 (or 0x0B6EA8) is unknown color: approx Cerulean. HEX triplet: 0B, 6E and A8. RGB value is (11,110,168). Sum of RGB (Red+Green+Blue) = 11+110+168=289 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.81% from 289); Green value is 110 (43.36% from 255 or 38.06% from 289); Blue value is 168 (66.02% from 255 or 58.13% from 289); Max value from RGB is 168 - color contains mainly: blue. Hex color #0B6EA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B6EA8 is #F49157. Grayscale: #565656. Windows color (decimal): -16027992 or 11038219. OLE color: 11038219.

HSL color Cylindrical-coordinate representation of color #0B6EA8: hue angle of 202.17º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B6EA8 is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB11110168-
CMYK0.930.3500.34
HSL202.17º87.71%35.1%-
HSV(B)202.17º93.45%65.88%-
XYZ12.7814.0539.08-
YUV87.01173.773.78-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.81%
GREEN value IS 110 (43.36% from 255) = 38.06%
BLUE value IS 168 (66.02% from 255) = 58.13%
R=3.81%
G=38.06%
B=58.13%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal111101680.930.3500.34202.1787.7135.1
HexB6EA85D23022ca5823
Octal131562501354304231213043
Binary101111011101010100010111011000110100010110010101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,110,168); }

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

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

 a { background-color: rgb(11,110,168); }

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

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

 span { border-color: rgb(11,110,168); }

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