Shades of Cerulean #096EAA
Tints of Cerulean #096EAA
RGB
CMYK
RGB Variations
Color information
#096EAA (or 0x096EAA) is known color: Cerulean. HEX triplet: 09, 6E and AA. RGB value is (9,110,170). Sum of RGB (Red+Green+Blue) = 9+110+170=289 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.11% from 289); Green value is 110 (43.36% from 255 or 38.06% from 289); Blue value is 170 (66.80% from 255 or 58.82% from 289); Max value from RGB is 170 - color contains mainly: blue. Hex color #096EAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096EAA is #F69155. Grayscale: #565656. Windows color (decimal): -16159062 or 11169289. OLE color: 11169289.
HSL color Cylindrical-coordinate representation of color #096EAA: hue angle of 202.36º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #096EAA is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 110 | 170 | - |
| CMYK | 0.95 | 0.35 | 0 | 0.33 |
| HSL | 202.36º | 0.9% | 0.35% | - |
| HSV(B) | 202.36º | 0.95% | 0.67% | - |
| XYZ | 12.94 | 14.11 | 40.07 | - |
| YUV | 86.64 | 175.04 | 72.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 110 | 170 | 0.95 | 0.35 | 0 | 0.33 | 202.36 | 0.9 | 0.35 |
| Hex | 9 | 6E | AA | 5F | 23 | 0 | 21 | CA | 5A | 23 |
| Octal | 11 | 156 | 252 | 137 | 43 | 0 | 41 | 312 | 132 | 43 |
| Binary | 1001 | 1101110 | 10101010 | 1011111 | 100011 | 0 | 100001 | 11001010 | 1011010 | 100011 |
Color Harmonies of #096EAA
Complementary color
Monochromatic Colors of #096EAA
Black with #096EAA
Text Example
Text Example
White with #096EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096EAA; }
p { color: rgb(9,110,170); }
H1.HeaderClassName
{
color: #096EAA;
}
.AnyTagClassName
{
color: #096EAA;
}
</style>
background-color css
<style>
a { background-color: #096EAA; }
a { background-color: rgb(9,110,170); }
div.DivClassName
{
background-color: #096EAA;
}
.BgClassName
{
background-color: #096EAA;
}
</style>
border-color css
<style>
span { border-color: #096EAA; }
span { border-color: rgb(9,110,170); }
td.TdClassName
{
border-color: #096EAA;
}
.TagClassName
{
border-color: #096EAA;
}
</style>