Shades of Cerulean #096AAB
Tints of Cerulean #096AAB
RGB
CMYK
RGB Variations
Color information
#096AAB (or 0x096AAB) is known color: Cerulean. HEX triplet: 09, 6A and AB. RGB value is (9,106,171). Sum of RGB (Red+Green+Blue) = 9+106+171=286 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.15% from 286); Green value is 106 (41.80% from 255 or 37.06% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #096AAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096AAB is #F69554. Grayscale: #545454. Windows color (decimal): -16160085 or 11233801. OLE color: 11233801.
HSL color Cylindrical-coordinate representation of color #096AAB: hue angle of 204.07º 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 #096AAB is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 106 | 171 | - |
| CMYK | 0.95 | 0.38 | 0 | 0.33 |
| HSL | 204.07º | 0.9% | 0.35% | - |
| HSV(B) | 204.07º | 0.95% | 0.67% | - |
| XYZ | 12.62 | 13.31 | 40.43 | - |
| YUV | 84.41 | 176.86 | 74.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 106 | 171 | 0.95 | 0.38 | 0 | 0.33 | 204.07 | 0.9 | 0.35 |
| Hex | 9 | 6A | AB | 5F | 26 | 0 | 21 | CC | 5A | 23 |
| Octal | 11 | 152 | 253 | 137 | 46 | 0 | 41 | 314 | 132 | 43 |
| Binary | 1001 | 1101010 | 10101011 | 1011111 | 100110 | 0 | 100001 | 11001100 | 1011010 | 100011 |
Color Harmonies of #096AAB
Complementary color
Monochromatic Colors of #096AAB
Black with #096AAB
Text Example
Text Example
White with #096AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096AAB; }
p { color: rgb(9,106,171); }
H1.HeaderClassName
{
color: #096AAB;
}
.AnyTagClassName
{
color: #096AAB;
}
</style>
background-color css
<style>
a { background-color: #096AAB; }
a { background-color: rgb(9,106,171); }
div.DivClassName
{
background-color: #096AAB;
}
.BgClassName
{
background-color: #096AAB;
}
</style>
border-color css
<style>
span { border-color: #096AAB; }
span { border-color: rgb(9,106,171); }
td.TdClassName
{
border-color: #096AAB;
}
.TagClassName
{
border-color: #096AAB;
}
</style>