#096DB0

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

Shades of Cerulean #096DB0

Tints of Cerulean #096DB0

Color information

#096DB0 (or 0x096DB0) is unknown color: approx Cerulean. HEX triplet: 09, 6D and B0. RGB value is (9,109,176). Sum of RGB (Red+Green+Blue) = 9+109+176=294 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.06% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 176 (69.14% from 255 or 59.86% from 294); Max value from RGB is 176 - color contains mainly: blue. Hex color #096DB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096DB0 is #F6924F. Grayscale: #565656. Windows color (decimal): -16159312 or 11562249. OLE color: 11562249.

HSL color Cylindrical-coordinate representation of color #096DB0: hue angle of 204.07º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #096DB0 is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9109176-
CMYK0.950.3800.31
HSL204.07º90.27%36.27%-
HSV(B)204.07º94.89%69.02%-
XYZ13.4214.1343.09-
YUV86.74178.3772.55-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.06%
GREEN value IS 109 (42.97% from 255) = 37.07%
BLUE value IS 176 (69.14% from 255) = 59.86%
R=3.06%
G=37.07%
B=59.86%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal91091760.950.3800.31204.0790.2736.27
Hex96DB05F2601Fcc5a24
Octal111552601374603731413244
Binary10011101101101100001011111100110011111110011001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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