Shades of Cerulean #096DAF
Tints of Cerulean #096DAF
RGB
CMYK
RGB Variations
Color information
#096DAF (or 0x096DAF) is known color: Cerulean. HEX triplet: 09, 6D and AF. RGB value is (9,109,175). Sum of RGB (Red+Green+Blue) = 9+109+175=293 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.07% from 293); Green value is 109 (42.97% from 255 or 37.20% from 293); Blue value is 175 (68.75% from 255 or 59.73% from 293); Max value from RGB is 175 - color contains mainly: blue. Hex color #096DAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096DAF is #F69250. Grayscale: #565656. Windows color (decimal): -16159313 or 11496713. OLE color: 11496713.
HSL color Cylindrical-coordinate representation of color #096DAF: hue angle of 203.86º 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 #096DAF is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 109 | 175 | - |
| CMYK | 0.95 | 0.38 | 0 | 0.31 |
| HSL | 203.86º | 0.9% | 0.36% | - |
| HSV(B) | 203.86º | 0.95% | 0.69% | - |
| XYZ | 13.32 | 14.09 | 42.58 | - |
| YUV | 86.62 | 177.87 | 72.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 109 | 175 | 0.95 | 0.38 | 0 | 0.31 | 203.86 | 0.9 | 0.36 |
| Hex | 9 | 6D | AF | 5F | 26 | 0 | 1F | CC | 5A | 24 |
| Octal | 11 | 155 | 257 | 137 | 46 | 0 | 37 | 314 | 132 | 44 |
| Binary | 1001 | 1101101 | 10101111 | 1011111 | 100110 | 0 | 11111 | 11001100 | 1011010 | 100100 |
Color Harmonies of #096DAF
Complementary color
Monochromatic Colors of #096DAF
Black with #096DAF
Text Example
Text Example
White with #096DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096DAF; }
p { color: rgb(9,109,175); }
H1.HeaderClassName
{
color: #096DAF;
}
.AnyTagClassName
{
color: #096DAF;
}
</style>
background-color css
<style>
a { background-color: #096DAF; }
a { background-color: rgb(9,109,175); }
div.DivClassName
{
background-color: #096DAF;
}
.BgClassName
{
background-color: #096DAF;
}
</style>
border-color css
<style>
span { border-color: #096DAF; }
span { border-color: rgb(9,109,175); }
td.TdClassName
{
border-color: #096DAF;
}
.TagClassName
{
border-color: #096DAF;
}
</style>