#096796

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

Shades of Cerulean #096796

Tints of Cerulean #096796

Color information

#096796 (or 0x096796) is unknown color: approx Cerulean. HEX triplet: 09, 67 and 96. RGB value is (9,103,150). Sum of RGB (Red+Green+Blue) = 9+103+150=262 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.44% from 262); Green value is 103 (40.62% from 255 or 39.31% from 262); Blue value is 150 (58.98% from 255 or 57.25% from 262); Max value from RGB is 150 - color contains mainly: blue. Hex color #096796 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096796 is #F69869. Grayscale: #4F4F4F. Windows color (decimal): -16160874 or 9856777. OLE color: 9856777.

HSL color Cylindrical-coordinate representation of color #096796: hue angle of 200º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #096796 is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9103150-
CMYK0.940.3100.41
HSL200º88.68%31.18%-
HSV(B)200º94%58.82%-
XYZ10.4711.9630.61-
YUV80.25167.3677.18-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.44%
GREEN value IS 103 (40.62% from 255) = 39.31%
BLUE value IS 150 (58.98% from 255) = 57.25%
R=3.44%
G=39.31%
B=57.25%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal91031500.940.3100.4120088.6831.18
Hex967965E1F029c8591f
Octal111472261363705131013137
Binary1001110011110010110101111011111010100111001000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096796; }

 p { color: rgb(9,103,150); }

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

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

 a { background-color: rgb(9,103,150); }

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

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

 span { border-color: rgb(9,103,150); }

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