#096493

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

Shades of Cerulean #096493

Tints of Cerulean #096493

Color information

#096493 (or 0x096493) is unknown color: approx Cerulean. HEX triplet: 09, 64 and 93. RGB value is (9,100,147). Sum of RGB (Red+Green+Blue) = 9+100+147=256 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.52% from 256); Green value is 100 (39.45% from 255 or 39.06% from 256); Blue value is 147 (57.81% from 255 or 57.42% from 256); Max value from RGB is 147 - color contains mainly: blue. Hex color #096493 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096493 is #F69B6C. Grayscale: #4D4D4D. Windows color (decimal): -16161645 or 9659401. OLE color: 9659401.

HSL color Cylindrical-coordinate representation of color #096493: hue angle of 200.43º degrees, saturation: 0.88, 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 #096493 is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9100147-
CMYK0.940.3200.42
HSL200.43º88.46%30.59%-
HSV(B)200.43º93.88%57.65%-
XYZ9.9411.2829.26-
YUV78.15166.8578.68-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.52%
GREEN value IS 100 (39.45% from 255) = 39.06%
BLUE value IS 147 (57.81% from 255) = 57.42%
R=3.52%
G=39.06%
B=57.42%

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
Decimal91001470.940.3200.42200.4388.4630.59
Hex964935E2002Ac8581f
Octal111442231364005231013037
Binary10011100100100100111011110100000010101011001000101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096493; }

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

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

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

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

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

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

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

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