#096E9B

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

Shades of Cerulean #096E9B

Tints of Cerulean #096E9B

Color information

#096E9B (or 0x096E9B) is unknown color: approx Cerulean. HEX triplet: 09, 6E and 9B. RGB value is (9,110,155). Sum of RGB (Red+Green+Blue) = 9+110+155=274 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.28% from 274); Green value is 110 (43.36% from 255 or 40.15% from 274); Blue value is 155 (60.94% from 255 or 56.57% from 274); Max value from RGB is 155 - color contains mainly: blue. Hex color #096E9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096E9B is #F69164. Grayscale: #545454. Windows color (decimal): -16159077 or 10186249. OLE color: 10186249.

HSL color Cylindrical-coordinate representation of color #096E9B: hue angle of 198.49º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #096E9B is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9110155-
CMYK0.940.2900.39
HSL198.49º89.02%32.16%-
HSV(B)198.49º94.19%60.78%-
XYZ11.613.5833.02-
YUV84.93167.5473.84-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.28%
GREEN value IS 110 (43.36% from 255) = 40.15%
BLUE value IS 155 (60.94% from 255) = 56.57%
R=3.28%
G=40.15%
B=56.57%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal91101550.940.2900.39198.4989.0232.16
Hex96E9B5E1D027c65920
Octal111562331363504730613140
Binary10011101110100110111011110111010100111110001101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,110,155); }

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

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

 a { background-color: rgb(9,110,155); }

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

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

 span { border-color: rgb(9,110,155); }

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