Shades of Cerulean #096FAF
Tints of Cerulean #096FAF
RGB
CMYK
RGB Variations
Color information
#096FAF (or 0x096FAF) is known color: Cerulean. HEX triplet: 09, 6F and AF. RGB value is (9,111,175). Sum of RGB (Red+Green+Blue) = 9+111+175=295 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.05% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 175 (68.75% from 255 or 59.32% from 295); Max value from RGB is 175 - color contains mainly: blue. Hex color #096FAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096FAF is #F69050. Grayscale: #575757. Windows color (decimal): -16158801 or 11497225. OLE color: 11497225.
HSL color Cylindrical-coordinate representation of color #096FAF: hue angle of 203.13º 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 #096FAF is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 111 | 175 | - |
| CMYK | 0.95 | 0.37 | 0 | 0.31 |
| HSL | 203.13º | 0.9% | 0.36% | - |
| HSV(B) | 203.13º | 0.95% | 0.69% | - |
| XYZ | 13.53 | 14.52 | 42.65 | - |
| YUV | 87.8 | 177.21 | 71.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 111 | 175 | 0.95 | 0.37 | 0 | 0.31 | 203.13 | 0.9 | 0.36 |
| Hex | 9 | 6F | AF | 5F | 25 | 0 | 1F | CB | 5A | 24 |
| Octal | 11 | 157 | 257 | 137 | 45 | 0 | 37 | 313 | 132 | 44 |
| Binary | 1001 | 1101111 | 10101111 | 1011111 | 100101 | 0 | 11111 | 11001011 | 1011010 | 100100 |
Color Harmonies of #096FAF
Complementary color
Monochromatic Colors of #096FAF
Black with #096FAF
Text Example
Text Example
White with #096FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096FAF; }
p { color: rgb(9,111,175); }
H1.HeaderClassName
{
color: #096FAF;
}
.AnyTagClassName
{
color: #096FAF;
}
</style>
background-color css
<style>
a { background-color: #096FAF; }
a { background-color: rgb(9,111,175); }
div.DivClassName
{
background-color: #096FAF;
}
.BgClassName
{
background-color: #096FAF;
}
</style>
border-color css
<style>
span { border-color: #096FAF; }
span { border-color: rgb(9,111,175); }
td.TdClassName
{
border-color: #096FAF;
}
.TagClassName
{
border-color: #096FAF;
}
</style>