Shades of Cerulean #097DA0
Tints of Cerulean #097DA0
RGB
CMYK
RGB Variations
Color information
#097DA0 (or 0x097DA0) is known color: Cerulean. HEX triplet: 09, 7D and A0. RGB value is (9,125,160). Sum of RGB (Red+Green+Blue) = 9+125+160=294 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.06% from 294); Green value is 125 (49.22% from 255 or 42.52% from 294); Blue value is 160 (62.89% from 255 or 54.42% from 294); Max value from RGB is 160 - color contains mainly: blue. Hex color #097DA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097DA0 is #F6825F. Grayscale: #5E5E5E. Windows color (decimal): -16155232 or 10517769. OLE color: 10517769.
HSL color Cylindrical-coordinate representation of color #097DA0: hue angle of 193.91º 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 #097DA0 is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 9 | 125 | 160 | - |
| CMYK | 0.94 | 0.22 | 0 | 0.37 |
| HSL | 193.91º | 0.89% | 0.33% | - |
| HSV(B) | 193.91º | 0.94% | 0.63% | - |
| XYZ | 13.79 | 17.26 | 35.86 | - |
| YUV | 94.31 | 165.07 | 67.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 125 | 160 | 0.94 | 0.22 | 0 | 0.37 | 193.91 | 0.89 | 0.33 |
| Hex | 9 | 7D | A0 | 5E | 16 | 0 | 25 | C2 | 59 | 21 |
| Octal | 11 | 175 | 240 | 136 | 26 | 0 | 45 | 302 | 131 | 41 |
| Binary | 1001 | 1111101 | 10100000 | 1011110 | 10110 | 0 | 100101 | 11000010 | 1011001 | 100001 |
Color Harmonies of #097DA0
Complementary color
Monochromatic Colors of #097DA0
Black with #097DA0
Text Example
Text Example
White with #097DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097DA0; }
p { color: rgb(9,125,160); }
H1.HeaderClassName
{
color: #097DA0;
}
.AnyTagClassName
{
color: #097DA0;
}
</style>
background-color css
<style>
a { background-color: #097DA0; }
a { background-color: rgb(9,125,160); }
div.DivClassName
{
background-color: #097DA0;
}
.BgClassName
{
background-color: #097DA0;
}
</style>
border-color css
<style>
span { border-color: #097DA0; }
span { border-color: rgb(9,125,160); }
td.TdClassName
{
border-color: #097DA0;
}
.TagClassName
{
border-color: #097DA0;
}
</style>