Shades of Cerulean #096DAE
Tints of Cerulean #096DAE
RGB
CMYK
RGB Variations
Color information
#096DAE (or 0x096DAE) is known color: Cerulean. HEX triplet: 09, 6D and AE. RGB value is (9,109,174). Sum of RGB (Red+Green+Blue) = 9+109+174=292 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.08% from 292); Green value is 109 (42.97% from 255 or 37.33% from 292); Blue value is 174 (68.36% from 255 or 59.59% from 292); Max value from RGB is 174 - color contains mainly: blue. Hex color #096DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096DAE is #F69251. Grayscale: #565656. Windows color (decimal): -16159314 or 11431177. OLE color: 11431177.
HSL color Cylindrical-coordinate representation of color #096DAE: hue angle of 203.64º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #096DAE is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 9 | 109 | 174 | - |
| CMYK | 0.95 | 0.37 | 0 | 0.32 |
| HSL | 203.64º | 0.9% | 0.36% | - |
| HSV(B) | 203.64º | 0.95% | 0.68% | - |
| XYZ | 13.22 | 14.05 | 42.06 | - |
| YUV | 86.51 | 177.37 | 72.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 109 | 174 | 0.95 | 0.37 | 0 | 0.32 | 203.64 | 0.9 | 0.36 |
| Hex | 9 | 6D | AE | 5F | 25 | 0 | 20 | CC | 5A | 24 |
| Octal | 11 | 155 | 256 | 137 | 45 | 0 | 40 | 314 | 132 | 44 |
| Binary | 1001 | 1101101 | 10101110 | 1011111 | 100101 | 0 | 100000 | 11001100 | 1011010 | 100100 |
Color Harmonies of #096DAE
Complementary color
Monochromatic Colors of #096DAE
Black with #096DAE
Text Example
Text Example
White with #096DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096DAE; }
p { color: rgb(9,109,174); }
H1.HeaderClassName
{
color: #096DAE;
}
.AnyTagClassName
{
color: #096DAE;
}
</style>
background-color css
<style>
a { background-color: #096DAE; }
a { background-color: rgb(9,109,174); }
div.DivClassName
{
background-color: #096DAE;
}
.BgClassName
{
background-color: #096DAE;
}
</style>
border-color css
<style>
span { border-color: #096DAE; }
span { border-color: rgb(9,109,174); }
td.TdClassName
{
border-color: #096DAE;
}
.TagClassName
{
border-color: #096DAE;
}
</style>