#096894

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

Shades of Cerulean #096894

Tints of Cerulean #096894

Color information

#096894 (or 0x096894) is unknown color: approx Cerulean. HEX triplet: 09, 68 and 94. RGB value is (9,104,148). Sum of RGB (Red+Green+Blue) = 9+104+148=261 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.45% from 261); Green value is 104 (41.02% from 255 or 39.85% from 261); Blue value is 148 (58.20% from 255 or 56.70% from 261); Max value from RGB is 148 - color contains mainly: blue. Hex color #096894 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096894 is #F6976B. Grayscale: #505050. Windows color (decimal): -16160620 or 9725961. OLE color: 9725961.

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

Color convert

RGB9104148-
CMYK0.940.3000.42
HSL198.99º88.54%30.78%-
HSV(B)198.99º93.92%58.04%-
XYZ10.4112.129.8-
YUV80.61166.0376.92-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.45%
GREEN value IS 104 (41.02% from 255) = 39.85%
BLUE value IS 148 (58.20% from 255) = 56.70%
R=3.45%
G=39.85%
B=56.70%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal91041480.940.3000.42198.9988.5430.78
Hex968945E1E02Ac7591f
Octal111502241363605230713137
Binary1001110100010010100101111011110010101011000111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096894; }

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

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

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

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

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

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

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

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