Shades of Cerulean #096A9A
Tints of Cerulean #096A9A
RGB
CMYK
RGB Variations
Color information
#096A9A (or 0x096A9A) is known color: Cerulean. HEX triplet: 09, 6A and 9A. RGB value is (9,106,154). Sum of RGB (Red+Green+Blue) = 9+106+154=269 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.35% from 269); Green value is 106 (41.80% from 255 or 39.41% from 269); Blue value is 154 (60.55% from 255 or 57.25% from 269); Max value from RGB is 154 - color contains mainly: blue. Hex color #096A9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096A9A is #F69565. Grayscale: #525252. Windows color (decimal): -16160102 or 10119689. OLE color: 10119689.
HSL color Cylindrical-coordinate representation of color #096A9A: hue angle of 199.86º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #096A9A is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 9 | 106 | 154 | - |
| CMYK | 0.94 | 0.31 | 0 | 0.40 |
| HSL | 199.86º | 0.89% | 0.32% | - |
| HSV(B) | 199.86º | 0.94% | 0.6% | - |
| XYZ | 11.1 | 12.7 | 32.44 | - |
| YUV | 82.47 | 168.36 | 75.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 106 | 154 | 0.94 | 0.31 | 0 | 0.40 | 199.86 | 0.89 | 0.32 |
| Hex | 9 | 6A | 9A | 5E | 1F | 0 | 28 | C8 | 59 | 20 |
| Octal | 11 | 152 | 232 | 136 | 37 | 0 | 50 | 310 | 131 | 40 |
| Binary | 1001 | 1101010 | 10011010 | 1011110 | 11111 | 0 | 101000 | 11001000 | 1011001 | 100000 |
Color Harmonies of #096A9A
Complementary color
Monochromatic Colors of #096A9A
Black with #096A9A
Text Example
Text Example
White with #096A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096A9A; }
p { color: rgb(9,106,154); }
H1.HeaderClassName
{
color: #096A9A;
}
.AnyTagClassName
{
color: #096A9A;
}
</style>
background-color css
<style>
a { background-color: #096A9A; }
a { background-color: rgb(9,106,154); }
div.DivClassName
{
background-color: #096A9A;
}
.BgClassName
{
background-color: #096A9A;
}
</style>
border-color css
<style>
span { border-color: #096A9A; }
span { border-color: rgb(9,106,154); }
td.TdClassName
{
border-color: #096A9A;
}
.TagClassName
{
border-color: #096A9A;
}
</style>