Shades of Cerulean #096495
Tints of Cerulean #096495
RGB
CMYK
RGB Variations
Color information
#096495 (or 0x096495) is known color: Cerulean. HEX triplet: 09, 64 and 95. RGB value is (9,100,149). Sum of RGB (Red+Green+Blue) = 9+100+149=258 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.49% from 258); Green value is 100 (39.45% from 255 or 38.76% from 258); Blue value is 149 (58.59% from 255 or 57.75% from 258); Max value from RGB is 149 - color contains mainly: blue. Hex color #096495 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096495 is #F69B6A. Grayscale: #4E4E4E. Windows color (decimal): -16161643 or 9790473. OLE color: 9790473.
HSL color Cylindrical-coordinate representation of color #096495: hue angle of 201º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #096495 is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 100 | 149 | - |
| CMYK | 0.94 | 0.33 | 0 | 0.42 |
| HSL | 201º | 0.89% | 0.31% | - |
| HSV(B) | 201º | 0.94% | 0.58% | - |
| XYZ | 10.09 | 11.34 | 30.09 | - |
| YUV | 78.38 | 167.85 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 100 | 149 | 0.94 | 0.33 | 0 | 0.42 | 201 | 0.89 | 0.31 |
| Hex | 9 | 64 | 95 | 5E | 21 | 0 | 2A | C9 | 59 | 1F |
| Octal | 11 | 144 | 225 | 136 | 41 | 0 | 52 | 311 | 131 | 37 |
| Binary | 1001 | 1100100 | 10010101 | 1011110 | 100001 | 0 | 101010 | 11001001 | 1011001 | 11111 |
Color Harmonies of #096495
Complementary color
Monochromatic Colors of #096495
Black with #096495
Text Example
Text Example
White with #096495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096495; }
p { color: rgb(9,100,149); }
H1.HeaderClassName
{
color: #096495;
}
.AnyTagClassName
{
color: #096495;
}
</style>
background-color css
<style>
a { background-color: #096495; }
a { background-color: rgb(9,100,149); }
div.DivClassName
{
background-color: #096495;
}
.BgClassName
{
background-color: #096495;
}
</style>
border-color css
<style>
span { border-color: #096495; }
span { border-color: rgb(9,100,149); }
td.TdClassName
{
border-color: #096495;
}
.TagClassName
{
border-color: #096495;
}
</style>