#096EB0

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

Shades of Cerulean #096EB0

Tints of Cerulean #096EB0

Color information

#096EB0 (or 0x096EB0) is unknown color: approx Cerulean. HEX triplet: 09, 6E and B0. RGB value is (9,110,176). Sum of RGB (Red+Green+Blue) = 9+110+176=295 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.05% from 295); Green value is 110 (43.36% from 255 or 37.29% from 295); Blue value is 176 (69.14% from 255 or 59.66% from 295); Max value from RGB is 176 - color contains mainly: blue. Hex color #096EB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096EB0 is #F6914F. Grayscale: #565656. Windows color (decimal): -16159056 or 11562505. OLE color: 11562505.

HSL color Cylindrical-coordinate representation of color #096EB0: hue angle of 203.71º 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 #096EB0 is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9110176-
CMYK0.950.3700.31
HSL203.71º90.27%36.27%-
HSV(B)203.71º94.89%69.02%-
XYZ13.5314.3443.13-
YUV87.32178.0472.13-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.05%
GREEN value IS 110 (43.36% from 255) = 37.29%
BLUE value IS 176 (69.14% from 255) = 59.66%
R=3.05%
G=37.29%
B=59.66%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal91101760.950.3700.31203.7190.2736.27
Hex96EB05F2501Fcc5a24
Octal111562601374503731413244
Binary10011101110101100001011111100101011111110011001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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