#096094

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

Shades of Cerulean #096094

Tints of Cerulean #096094

Color information

#096094 (or 0x096094) is unknown color: approx Cerulean. HEX triplet: 09, 60 and 94. RGB value is (9,96,148). Sum of RGB (Red+Green+Blue) = 9+96+148=253 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.56% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 148 (58.20% from 255 or 58.50% from 253); Max value from RGB is 148 - color contains mainly: blue. Hex color #096094 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096094 is #F69F6B. Grayscale: #4B4B4B. Windows color (decimal): -16162668 or 9723913. OLE color: 9723913.

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

Color convert

RGB996148-
CMYK0.940.3500.42
HSL202.45º88.54%30.78%-
HSV(B)202.45º93.92%58.04%-
XYZ9.6410.5629.55-
YUV75.91168.6880.27-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.56%
GREEN value IS 96 (37.89% from 255) = 37.94%
BLUE value IS 148 (58.20% from 255) = 58.50%
R=3.56%
G=37.94%
B=58.50%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal9961480.940.3500.42202.4588.5430.78
Hex960945E2302Aca591f
Octal111402241364305231213137
Binary10011100000100101001011110100011010101011001010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096094; }

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

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

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

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

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

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

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

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