Shades of Cerulean #096CAA
Tints of Cerulean #096CAA
RGB
CMYK
RGB Variations
Color information
#096CAA (or 0x096CAA) is known color: Cerulean. HEX triplet: 09, 6C and AA. RGB value is (9,108,170). Sum of RGB (Red+Green+Blue) = 9+108+170=287 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.14% from 287); Green value is 108 (42.58% from 255 or 37.63% from 287); Blue value is 170 (66.80% from 255 or 59.23% from 287); Max value from RGB is 170 - color contains mainly: blue. Hex color #096CAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096CAA is #F69355. Grayscale: #555555. Windows color (decimal): -16159574 or 11168777. OLE color: 11168777.
HSL color Cylindrical-coordinate representation of color #096CAA: hue angle of 203.11º 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 #096CAA is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 108 | 170 | - |
| CMYK | 0.95 | 0.36 | 0 | 0.33 |
| HSL | 203.11º | 0.9% | 0.35% | - |
| HSV(B) | 203.11º | 0.95% | 0.67% | - |
| XYZ | 12.73 | 13.69 | 40 | - |
| YUV | 85.47 | 175.7 | 73.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 108 | 170 | 0.95 | 0.36 | 0 | 0.33 | 203.11 | 0.9 | 0.35 |
| Hex | 9 | 6C | AA | 5F | 24 | 0 | 21 | CB | 5A | 23 |
| Octal | 11 | 154 | 252 | 137 | 44 | 0 | 41 | 313 | 132 | 43 |
| Binary | 1001 | 1101100 | 10101010 | 1011111 | 100100 | 0 | 100001 | 11001011 | 1011010 | 100011 |
Color Harmonies of #096CAA
Complementary color
Monochromatic Colors of #096CAA
Black with #096CAA
Text Example
Text Example
White with #096CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096CAA; }
p { color: rgb(9,108,170); }
H1.HeaderClassName
{
color: #096CAA;
}
.AnyTagClassName
{
color: #096CAA;
}
</style>
background-color css
<style>
a { background-color: #096CAA; }
a { background-color: rgb(9,108,170); }
div.DivClassName
{
background-color: #096CAA;
}
.BgClassName
{
background-color: #096CAA;
}
</style>
border-color css
<style>
span { border-color: #096CAA; }
span { border-color: rgb(9,108,170); }
td.TdClassName
{
border-color: #096CAA;
}
.TagClassName
{
border-color: #096CAA;
}
</style>