#096F90

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

Shades of Cerulean #096F90

Tints of Cerulean #096F90

Color information

#096F90 (or 0x096F90) is unknown color: approx Cerulean. HEX triplet: 09, 6F and 90. RGB value is (9,111,144). Sum of RGB (Red+Green+Blue) = 9+111+144=264 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.41% from 264); Green value is 111 (43.75% from 255 or 42.05% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #096F90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096F90 is #F6906F. Grayscale: #545454. Windows color (decimal): -16158832 or 9465609. OLE color: 9465609.

HSL color Cylindrical-coordinate representation of color #096F90: hue angle of 194.67º 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 #096F90 is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9111144-
CMYK0.940.2300.44
HSL194.67º88.24%30%-
HSV(B)194.67º93.75%56.47%-
XYZ10.8313.4428.41-
YUV84.26161.7174.32-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.41%
GREEN value IS 111 (43.75% from 255) = 42.05%
BLUE value IS 144 (56.64% from 255) = 54.55%
R=3.41%
G=42.05%
B=54.55%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal91111440.940.2300.44194.6788.2430
Hex96F905E1702Cc3581e
Octal111572201362705430313036
Binary1001110111110010000101111010111010110011000011101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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