Shades of Cerulean #096EAF
Tints of Cerulean #096EAF
RGB
CMYK
RGB Variations
Color information
#096EAF (or 0x096EAF) is known color: Cerulean. HEX triplet: 09, 6E and AF. RGB value is (9,110,175). Sum of RGB (Red+Green+Blue) = 9+110+175=294 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.06% from 294); Green value is 110 (43.36% from 255 or 37.41% from 294); Blue value is 175 (68.75% from 255 or 59.52% from 294); Max value from RGB is 175 - color contains mainly: blue. Hex color #096EAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096EAF is #F69150. Grayscale: #565656. Windows color (decimal): -16159057 or 11496969. OLE color: 11496969.
HSL color Cylindrical-coordinate representation of color #096EAF: hue angle of 203.49º 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 #096EAF is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 110 | 175 | - |
| CMYK | 0.95 | 0.37 | 0 | 0.31 |
| HSL | 203.49º | 0.9% | 0.36% | - |
| HSV(B) | 203.49º | 0.95% | 0.69% | - |
| XYZ | 13.43 | 14.31 | 42.61 | - |
| YUV | 87.21 | 177.54 | 72.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 110 | 175 | 0.95 | 0.37 | 0 | 0.31 | 203.49 | 0.9 | 0.36 |
| Hex | 9 | 6E | AF | 5F | 25 | 0 | 1F | CB | 5A | 24 |
| Octal | 11 | 156 | 257 | 137 | 45 | 0 | 37 | 313 | 132 | 44 |
| Binary | 1001 | 1101110 | 10101111 | 1011111 | 100101 | 0 | 11111 | 11001011 | 1011010 | 100100 |
Color Harmonies of #096EAF
Complementary color
Monochromatic Colors of #096EAF
Black with #096EAF
Text Example
Text Example
White with #096EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096EAF; }
p { color: rgb(9,110,175); }
H1.HeaderClassName
{
color: #096EAF;
}
.AnyTagClassName
{
color: #096EAF;
}
</style>
background-color css
<style>
a { background-color: #096EAF; }
a { background-color: rgb(9,110,175); }
div.DivClassName
{
background-color: #096EAF;
}
.BgClassName
{
background-color: #096EAF;
}
</style>
border-color css
<style>
span { border-color: #096EAF; }
span { border-color: rgb(9,110,175); }
td.TdClassName
{
border-color: #096EAF;
}
.TagClassName
{
border-color: #096EAF;
}
</style>