Shades of Cerulean #097EA0
Tints of Cerulean #097EA0
RGB
CMYK
RGB Variations
Color information
#097EA0 (or 0x097EA0) is known color: Cerulean. HEX triplet: 09, 7E and A0. RGB value is (9,126,160). Sum of RGB (Red+Green+Blue) = 9+126+160=295 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.05% from 295); Green value is 126 (49.61% from 255 or 42.71% from 295); Blue value is 160 (62.89% from 255 or 54.24% from 295); Max value from RGB is 160 - color contains mainly: blue. Hex color #097EA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097EA0 is #F6815F. Grayscale: #5E5E5E. Windows color (decimal): -16154976 or 10518025. OLE color: 10518025.
HSL color Cylindrical-coordinate representation of color #097EA0: hue angle of 193.51º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #097EA0 is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 9 | 126 | 160 | - |
| CMYK | 0.94 | 0.21 | 0 | 0.37 |
| HSL | 193.51º | 0.89% | 0.33% | - |
| HSV(B) | 193.51º | 0.94% | 0.63% | - |
| XYZ | 13.92 | 17.52 | 35.91 | - |
| YUV | 94.89 | 164.74 | 66.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 126 | 160 | 0.94 | 0.21 | 0 | 0.37 | 193.51 | 0.89 | 0.33 |
| Hex | 9 | 7E | A0 | 5E | 15 | 0 | 25 | C2 | 59 | 21 |
| Octal | 11 | 176 | 240 | 136 | 25 | 0 | 45 | 302 | 131 | 41 |
| Binary | 1001 | 1111110 | 10100000 | 1011110 | 10101 | 0 | 100101 | 11000010 | 1011001 | 100001 |
Color Harmonies of #097EA0
Complementary color
Monochromatic Colors of #097EA0
Black with #097EA0
Text Example
Text Example
White with #097EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097EA0; }
p { color: rgb(9,126,160); }
H1.HeaderClassName
{
color: #097EA0;
}
.AnyTagClassName
{
color: #097EA0;
}
</style>
background-color css
<style>
a { background-color: #097EA0; }
a { background-color: rgb(9,126,160); }
div.DivClassName
{
background-color: #097EA0;
}
.BgClassName
{
background-color: #097EA0;
}
</style>
border-color css
<style>
span { border-color: #097EA0; }
span { border-color: rgb(9,126,160); }
td.TdClassName
{
border-color: #097EA0;
}
.TagClassName
{
border-color: #097EA0;
}
</style>