#096098

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

Shades of Cerulean #096098

Tints of Cerulean #096098

Color information

#096098 (or 0x096098) is unknown color: approx Cerulean. HEX triplet: 09, 60 and 98. RGB value is (9,96,152). Sum of RGB (Red+Green+Blue) = 9+96+152=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 152 (59.77% from 255 or 59.14% from 257); Max value from RGB is 152 - color contains mainly: blue. Hex color #096098 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096098 is #F69F67. Grayscale: #4C4C4C. Windows color (decimal): -16162664 or 9986057. OLE color: 9986057.

HSL color Cylindrical-coordinate representation of color #096098: hue angle of 203.5º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #096098 is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB996152-
CMYK0.940.3700.40
HSL203.5º88.82%31.57%-
HSV(B)203.5º94.08%59.61%-
XYZ9.9610.6931.24-
YUV76.37170.6879.95-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.50%
GREEN value IS 96 (37.89% from 255) = 37.35%
BLUE value IS 152 (59.77% from 255) = 59.14%
R=3.50%
G=37.35%
B=59.14%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal9961520.940.3700.40203.588.8231.57
Hex960985E25028cb5920
Octal111402301364505031313140
Binary100111000001001100010111101001010101000110010111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096098; }

 p { color: rgb(9,96,152); }

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

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

 a { background-color: rgb(9,96,152); }

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

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

 span { border-color: rgb(9,96,152); }

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