Shades of Cerulean #096095
Tints of Cerulean #096095
RGB
CMYK
RGB Variations
Color information
#096095 (or 0x096095) is known color: Cerulean. HEX triplet: 09, 60 and 95. RGB value is (9,96,149). Sum of RGB (Red+Green+Blue) = 9+96+149=254 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.54% from 254); Green value is 96 (37.89% from 255 or 37.80% from 254); Blue value is 149 (58.59% from 255 or 58.66% from 254); Max value from RGB is 149 - color contains mainly: blue. Hex color #096095 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096095 is #F69F6A. Grayscale: #4B4B4B. Windows color (decimal): -16162667 or 9789449. OLE color: 9789449.
HSL color Cylindrical-coordinate representation of color #096095: hue angle of 202.71º 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 #096095 is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 96 | 149 | - |
| CMYK | 0.94 | 0.36 | 0 | 0.42 |
| HSL | 202.71º | 0.89% | 0.31% | - |
| HSV(B) | 202.71º | 0.94% | 0.58% | - |
| XYZ | 9.72 | 10.59 | 29.97 | - |
| YUV | 76.03 | 169.18 | 80.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 96 | 149 | 0.94 | 0.36 | 0 | 0.42 | 202.71 | 0.89 | 0.31 |
| Hex | 9 | 60 | 95 | 5E | 24 | 0 | 2A | CB | 59 | 1F |
| Octal | 11 | 140 | 225 | 136 | 44 | 0 | 52 | 313 | 131 | 37 |
| Binary | 1001 | 1100000 | 10010101 | 1011110 | 100100 | 0 | 101010 | 11001011 | 1011001 | 11111 |
Color Harmonies of #096095
Complementary color
Monochromatic Colors of #096095
Black with #096095
Text Example
Text Example
White with #096095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096095; }
p { color: rgb(9,96,149); }
H1.HeaderClassName
{
color: #096095;
}
.AnyTagClassName
{
color: #096095;
}
</style>
background-color css
<style>
a { background-color: #096095; }
a { background-color: rgb(9,96,149); }
div.DivClassName
{
background-color: #096095;
}
.BgClassName
{
background-color: #096095;
}
</style>
border-color css
<style>
span { border-color: #096095; }
span { border-color: rgb(9,96,149); }
td.TdClassName
{
border-color: #096095;
}
.TagClassName
{
border-color: #096095;
}
</style>