#096BA8

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

Shades of Cerulean #096BA8

Tints of Cerulean #096BA8

Color information

#096BA8 (or 0x096BA8) is unknown color: approx Cerulean. HEX triplet: 09, 6B and A8. RGB value is (9,107,168). Sum of RGB (Red+Green+Blue) = 9+107+168=284 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.17% from 284); Green value is 107 (42.19% from 255 or 37.68% from 284); Blue value is 168 (66.02% from 255 or 59.15% from 284); Max value from RGB is 168 - color contains mainly: blue. Hex color #096BA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096BA8 is #F69457. Grayscale: #545454. Windows color (decimal): -16159832 or 11037449. OLE color: 11037449.

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

Color convert

RGB9107168-
CMYK0.950.3600.34
HSL203.02º89.83%34.71%-
HSV(B)203.02º94.64%65.88%-
XYZ12.4413.438.98-
YUV84.65175.0374.04-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.17%
GREEN value IS 107 (42.19% from 255) = 37.68%
BLUE value IS 168 (66.02% from 255) = 59.15%
R=3.17%
G=37.68%
B=59.15%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal91071680.950.3600.34203.0289.8334.71
Hex96BA85F24022cb5a23
Octal111532501374404231313243
Binary100111010111010100010111111001000100010110010111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096BA8; }

 p { color: rgb(9,107,168); }

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

<style>
 a { background-color: #096BA8; }

 a { background-color: rgb(9,107,168); }

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

<style>
 span { border-color: #096BA8; }

 span { border-color: rgb(9,107,168); }

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