#096593

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

Shades of Cerulean #096593

Tints of Cerulean #096593

Color information

#096593 (or 0x096593) is unknown color: approx Cerulean. HEX triplet: 09, 65 and 93. RGB value is (9,101,147). Sum of RGB (Red+Green+Blue) = 9+101+147=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 101 (39.84% from 255 or 39.30% from 257); Blue value is 147 (57.81% from 255 or 57.20% from 257); Max value from RGB is 147 - color contains mainly: blue. Hex color #096593 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096593 is #F69A6C. Grayscale: #4E4E4E. Windows color (decimal): -16161389 or 9659657. OLE color: 9659657.

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

Color convert

RGB9101147-
CMYK0.940.3100.42
HSL200º88.46%30.59%-
HSV(B)200º93.88%57.65%-
XYZ10.0311.4729.29-
YUV78.74166.5278.26-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.50%
GREEN value IS 101 (39.84% from 255) = 39.30%
BLUE value IS 147 (57.81% from 255) = 57.20%
R=3.50%
G=39.30%
B=57.20%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal91011470.940.3100.4220088.4630.59
Hex965935E1F02Ac8581f
Octal111452231363705231013037
Binary1001110010110010011101111011111010101011001000101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096593; }

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

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

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

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

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

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

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

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