Shades of Cerulean #0970A0
Tints of Cerulean #0970A0
RGB
CMYK
RGB Variations
Color information
#0970A0 (or 0x0970A0) is known color: Cerulean. HEX triplet: 09, 70 and A0. RGB value is (9,112,160). Sum of RGB (Red+Green+Blue) = 9+112+160=281 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.20% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 160 (62.89% from 255 or 56.94% from 281); Max value from RGB is 160 - color contains mainly: blue. Hex color #0970A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0970A0 is #F68F5F. Grayscale: #565656. Windows color (decimal): -16158560 or 10514441. OLE color: 10514441.
HSL color Cylindrical-coordinate representation of color #0970A0: hue angle of 199.07º 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 #0970A0 is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 9 | 112 | 160 | - |
| CMYK | 0.94 | 0.30 | 0 | 0.37 |
| HSL | 199.07º | 0.89% | 0.33% | - |
| HSV(B) | 199.07º | 0.94% | 0.63% | - |
| XYZ | 12.25 | 14.18 | 35.35 | - |
| YUV | 86.68 | 169.38 | 72.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 112 | 160 | 0.94 | 0.30 | 0 | 0.37 | 199.07 | 0.89 | 0.33 |
| Hex | 9 | 70 | A0 | 5E | 1E | 0 | 25 | C7 | 59 | 21 |
| Octal | 11 | 160 | 240 | 136 | 36 | 0 | 45 | 307 | 131 | 41 |
| Binary | 1001 | 1110000 | 10100000 | 1011110 | 11110 | 0 | 100101 | 11000111 | 1011001 | 100001 |
Color Harmonies of #0970A0
Complementary color
Monochromatic Colors of #0970A0
Black with #0970A0
Text Example
Text Example
White with #0970A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0970A0; }
p { color: rgb(9,112,160); }
H1.HeaderClassName
{
color: #0970A0;
}
.AnyTagClassName
{
color: #0970A0;
}
</style>
background-color css
<style>
a { background-color: #0970A0; }
a { background-color: rgb(9,112,160); }
div.DivClassName
{
background-color: #0970A0;
}
.BgClassName
{
background-color: #0970A0;
}
</style>
border-color css
<style>
span { border-color: #0970A0; }
span { border-color: rgb(9,112,160); }
td.TdClassName
{
border-color: #0970A0;
}
.TagClassName
{
border-color: #0970A0;
}
</style>