Shades of Cerulean #0970AD
Tints of Cerulean #0970AD
RGB
CMYK
RGB Variations
Color information
#0970AD (or 0x0970AD) is known color: Cerulean. HEX triplet: 09, 70 and AD. RGB value is (9,112,173). Sum of RGB (Red+Green+Blue) = 9+112+173=294 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.06% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 173 (67.97% from 255 or 58.84% from 294); Max value from RGB is 173 - color contains mainly: blue. Hex color #0970AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0970AD is #F68F52. Grayscale: #575757. Windows color (decimal): -16158547 or 11366409. OLE color: 11366409.
HSL color Cylindrical-coordinate representation of color #0970AD: hue angle of 202.32º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0970AD is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 9 | 112 | 173 | - |
| CMYK | 0.95 | 0.35 | 0 | 0.32 |
| HSL | 202.32º | 0.9% | 0.36% | - |
| HSV(B) | 202.32º | 0.95% | 0.68% | - |
| XYZ | 13.45 | 14.66 | 41.66 | - |
| YUV | 88.16 | 175.88 | 71.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 112 | 173 | 0.95 | 0.35 | 0 | 0.32 | 202.32 | 0.9 | 0.36 |
| Hex | 9 | 70 | AD | 5F | 23 | 0 | 20 | CA | 5A | 24 |
| Octal | 11 | 160 | 255 | 137 | 43 | 0 | 40 | 312 | 132 | 44 |
| Binary | 1001 | 1110000 | 10101101 | 1011111 | 100011 | 0 | 100000 | 11001010 | 1011010 | 100100 |
Color Harmonies of #0970AD
Complementary color
Monochromatic Colors of #0970AD
Black with #0970AD
Text Example
Text Example
White with #0970AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0970AD; }
p { color: rgb(9,112,173); }
H1.HeaderClassName
{
color: #0970AD;
}
.AnyTagClassName
{
color: #0970AD;
}
</style>
background-color css
<style>
a { background-color: #0970AD; }
a { background-color: rgb(9,112,173); }
div.DivClassName
{
background-color: #0970AD;
}
.BgClassName
{
background-color: #0970AD;
}
</style>
border-color css
<style>
span { border-color: #0970AD; }
span { border-color: rgb(9,112,173); }
td.TdClassName
{
border-color: #0970AD;
}
.TagClassName
{
border-color: #0970AD;
}
</style>