Shades of Cerulean #096CAB
Tints of Cerulean #096CAB
RGB
CMYK
RGB Variations
Color information
#096CAB (or 0x096CAB) is known color: Cerulean. HEX triplet: 09, 6C and AB. RGB value is (9,108,171). Sum of RGB (Red+Green+Blue) = 9+108+171=288 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.12% from 288); Green value is 108 (42.58% from 255 or 37.5% from 288); Blue value is 171 (67.19% from 255 or 59.38% from 288); Max value from RGB is 171 - color contains mainly: blue. Hex color #096CAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096CAB is #F69354. Grayscale: #555555. Windows color (decimal): -16159573 or 11234313. OLE color: 11234313.
HSL color Cylindrical-coordinate representation of color #096CAB: hue angle of 203.33º 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 #096CAB is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 108 | 171 | - |
| CMYK | 0.95 | 0.37 | 0 | 0.33 |
| HSL | 203.33º | 0.9% | 0.35% | - |
| HSV(B) | 203.33º | 0.95% | 0.67% | - |
| XYZ | 12.83 | 13.72 | 40.5 | - |
| YUV | 85.58 | 176.2 | 73.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 108 | 171 | 0.95 | 0.37 | 0 | 0.33 | 203.33 | 0.9 | 0.35 |
| Hex | 9 | 6C | AB | 5F | 25 | 0 | 21 | CB | 5A | 23 |
| Octal | 11 | 154 | 253 | 137 | 45 | 0 | 41 | 313 | 132 | 43 |
| Binary | 1001 | 1101100 | 10101011 | 1011111 | 100101 | 0 | 100001 | 11001011 | 1011010 | 100011 |
Color Harmonies of #096CAB
Complementary color
Monochromatic Colors of #096CAB
Black with #096CAB
Text Example
Text Example
White with #096CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096CAB; }
p { color: rgb(9,108,171); }
H1.HeaderClassName
{
color: #096CAB;
}
.AnyTagClassName
{
color: #096CAB;
}
</style>
background-color css
<style>
a { background-color: #096CAB; }
a { background-color: rgb(9,108,171); }
div.DivClassName
{
background-color: #096CAB;
}
.BgClassName
{
background-color: #096CAB;
}
</style>
border-color css
<style>
span { border-color: #096CAB; }
span { border-color: rgb(9,108,171); }
td.TdClassName
{
border-color: #096CAB;
}
.TagClassName
{
border-color: #096CAB;
}
</style>