#096C90

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

Shades of Cerulean #096C90

Tints of Cerulean #096C90

Color information

#096C90 (or 0x096C90) is unknown color: approx Cerulean. HEX triplet: 09, 6C and 90. RGB value is (9,108,144). Sum of RGB (Red+Green+Blue) = 9+108+144=261 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.45% from 261); Green value is 108 (42.58% from 255 or 41.38% from 261); Blue value is 144 (56.64% from 255 or 55.17% from 261); Max value from RGB is 144 - color contains mainly: blue. Hex color #096C90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096C90 is #F6936F. Grayscale: #525252. Windows color (decimal): -16159600 or 9464841. OLE color: 9464841.

HSL color Cylindrical-coordinate representation of color #096C90: hue angle of 196º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #096C90 is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9108144-
CMYK0.940.2500.44
HSL196º88.24%30%-
HSV(B)196º93.75%56.47%-
XYZ10.5112.828.3-
YUV82.5162.775.57-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.45%
GREEN value IS 108 (42.58% from 255) = 41.38%
BLUE value IS 144 (56.64% from 255) = 55.17%
R=3.45%
G=41.38%
B=55.17%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal91081440.940.2500.4419688.2430
Hex96C905E1902Cc4581e
Octal111542201363105430413036
Binary1001110110010010000101111011001010110011000100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,108,144); }

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

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

 a { background-color: rgb(9,108,144); }

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

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

 span { border-color: rgb(9,108,144); }

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