#096893

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

Shades of Cerulean #096893

Tints of Cerulean #096893

Color information

#096893 (or 0x096893) is unknown color: approx Cerulean. HEX triplet: 09, 68 and 93. RGB value is (9,104,147). Sum of RGB (Red+Green+Blue) = 9+104+147=260 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.46% from 260); Green value is 104 (41.02% from 255 or 40% from 260); Blue value is 147 (57.81% from 255 or 56.54% from 260); Max value from RGB is 147 - color contains mainly: blue. Hex color #096893 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096893 is #F6976C. Grayscale: #505050. Windows color (decimal): -16160621 or 9660425. OLE color: 9660425.

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

Color convert

RGB9104147-
CMYK0.940.2900.42
HSL198.7º88.46%30.59%-
HSV(B)198.7º93.88%57.65%-
XYZ10.3312.0729.39-
YUV80.5165.5377-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.46%
GREEN value IS 104 (41.02% from 255) = 40%
BLUE value IS 147 (57.81% from 255) = 56.54%
R=3.46%
G=40%
B=56.54%

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
Decimal91041470.940.2900.42198.788.4630.59
Hex968935E1D02Ac7581f
Octal111502231363505230713037
Binary1001110100010010011101111011101010101011000111101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096893; }

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

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

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

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

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

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

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

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