#096AA8

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

Shades of Cerulean #096AA8

Tints of Cerulean #096AA8

Color information

#096AA8 (or 0x096AA8) is unknown color: approx Cerulean. HEX triplet: 09, 6A and A8. RGB value is (9,106,168). Sum of RGB (Red+Green+Blue) = 9+106+168=283 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.18% from 283); Green value is 106 (41.80% from 255 or 37.46% from 283); Blue value is 168 (66.02% from 255 or 59.36% from 283); Max value from RGB is 168 - color contains mainly: blue. Hex color #096AA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096AA8 is #F69557. Grayscale: #535353. Windows color (decimal): -16160088 or 11037193. OLE color: 11037193.

HSL color Cylindrical-coordinate representation of color #096AA8: hue angle of 203.4º 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 #096AA8 is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB9106168-
CMYK0.950.3700.34
HSL203.4º89.83%34.71%-
HSV(B)203.4º94.64%65.88%-
XYZ12.3313.1938.94-
YUV84.06175.3674.46-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.18%
GREEN value IS 106 (41.80% from 255) = 37.46%
BLUE value IS 168 (66.02% from 255) = 59.36%
R=3.18%
G=37.46%
B=59.36%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal91061680.950.3700.34203.489.8334.71
Hex96AA85F25022cb5a23
Octal111522501374504231313243
Binary100111010101010100010111111001010100010110010111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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