#096693

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

Shades of Cerulean #096693

Tints of Cerulean #096693

Color information

#096693 (or 0x096693) is unknown color: approx Cerulean. HEX triplet: 09, 66 and 93. RGB value is (9,102,147). Sum of RGB (Red+Green+Blue) = 9+102+147=258 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.49% from 258); Green value is 102 (40.23% from 255 or 39.53% from 258); Blue value is 147 (57.81% from 255 or 56.98% from 258); Max value from RGB is 147 - color contains mainly: blue. Hex color #096693 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096693 is #F6996C. Grayscale: #4F4F4F. Windows color (decimal): -16161133 or 9659913. OLE color: 9659913.

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

Color convert

RGB9102147-
CMYK0.940.3100.42
HSL199.57º88.46%30.59%-
HSV(B)199.57º93.88%57.65%-
XYZ10.1311.6729.32-
YUV79.32166.1977.84-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.49%
GREEN value IS 102 (40.23% from 255) = 39.53%
BLUE value IS 147 (57.81% from 255) = 56.98%
R=3.49%
G=39.53%
B=56.98%

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
Decimal91021470.940.3100.42199.5788.4630.59
Hex966935E1F02Ac8581f
Octal111462231363705231013037
Binary1001110011010010011101111011111010101011001000101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096693; }

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

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

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

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

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

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

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

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