#096DB2

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

Shades of Cerulean #096DB2

Tints of Cerulean #096DB2

Color information

#096DB2 (or 0x096DB2) is unknown color: approx Cerulean. HEX triplet: 09, 6D and B2. RGB value is (9,109,178). Sum of RGB (Red+Green+Blue) = 9+109+178=296 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.04% from 296); Green value is 109 (42.97% from 255 or 36.82% from 296); Blue value is 178 (69.92% from 255 or 60.14% from 296); Max value from RGB is 178 - color contains mainly: blue. Hex color #096DB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096DB2 is #F6924D. Grayscale: #565656. Windows color (decimal): -16159310 or 11693321. OLE color: 11693321.

HSL color Cylindrical-coordinate representation of color #096DB2: hue angle of 204.5º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #096DB2 is Cyan = 0.95, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB9109178-
CMYK0.950.3900.30
HSL204.5º90.37%36.67%-
HSV(B)204.5º94.94%69.8%-
XYZ13.6214.2144.14-
YUV86.97179.3772.39-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.04%
GREEN value IS 109 (42.97% from 255) = 36.82%
BLUE value IS 178 (69.92% from 255) = 60.14%
R=3.04%
G=36.82%
B=60.14%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal91091780.950.3900.30204.590.3736.67
Hex96DB25F2701Ecc5a25
Octal111552621374703631413245
Binary10011101101101100101011111100111011110110011001011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096DB2; }

 p { color: rgb(9,109,178); }

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

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

 a { background-color: rgb(9,109,178); }

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

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

 span { border-color: rgb(9,109,178); }

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