#096494

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

Shades of Cerulean #096494

Tints of Cerulean #096494

Color information

#096494 (or 0x096494) is unknown color: approx Cerulean. HEX triplet: 09, 64 and 94. RGB value is (9,100,148). Sum of RGB (Red+Green+Blue) = 9+100+148=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 100 (39.45% from 255 or 38.91% from 257); Blue value is 148 (58.20% from 255 or 57.59% from 257); Max value from RGB is 148 - color contains mainly: blue. Hex color #096494 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096494 is #F69B6B. Grayscale: #4D4D4D. Windows color (decimal): -16161644 or 9724937. OLE color: 9724937.

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

Color convert

RGB9100148-
CMYK0.940.3200.42
HSL200.72º88.54%30.78%-
HSV(B)200.72º93.92%58.04%-
XYZ10.0211.3129.67-
YUV78.26167.3578.6-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.50%
GREEN value IS 100 (39.45% from 255) = 38.91%
BLUE value IS 148 (58.20% from 255) = 57.59%
R=3.50%
G=38.91%
B=57.59%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal91001480.940.3200.42200.7288.5430.78
Hex964945E2002Ac9591f
Octal111442241364005231113137
Binary10011100100100101001011110100000010101011001001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096494; }

 p { color: rgb(9,100,148); }

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

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

 a { background-color: rgb(9,100,148); }

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

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

 span { border-color: rgb(9,100,148); }

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