#096993

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

Shades of Cerulean #096993

Tints of Cerulean #096993

Color information

#096993 (or 0x096993) is unknown color: approx Cerulean. HEX triplet: 09, 69 and 93. RGB value is (9,105,147). Sum of RGB (Red+Green+Blue) = 9+105+147=261 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.45% from 261); Green value is 105 (41.41% from 255 or 40.23% from 261); Blue value is 147 (57.81% from 255 or 56.32% from 261); Max value from RGB is 147 - color contains mainly: blue. Hex color #096993 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096993 is #F6966C. Grayscale: #505050. Windows color (decimal): -16160365 or 9660681. OLE color: 9660681.

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

Color convert

RGB9105147-
CMYK0.940.2900.42
HSL198.26º88.46%30.59%-
HSV(B)198.26º93.88%57.65%-
XYZ10.4312.2729.42-
YUV81.08165.276.58-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.45%
GREEN value IS 105 (41.41% from 255) = 40.23%
BLUE value IS 147 (57.81% from 255) = 56.32%
R=3.45%
G=40.23%
B=56.32%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal91051470.940.2900.42198.2688.4630.59
Hex969935E1D02Ac6581f
Octal111512231363505230613037
Binary1001110100110010011101111011101010101011000110101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096993; }

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

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

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

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

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

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

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

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