Shades of Cerulean #0972AD
Tints of Cerulean #0972AD
RGB
CMYK
RGB Variations
Color information
#0972AD (or 0x0972AD) is known color: Cerulean. HEX triplet: 09, 72 and AD. RGB value is (9,114,173). Sum of RGB (Red+Green+Blue) = 9+114+173=296 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.04% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 173 (67.97% from 255 or 58.45% from 296); Max value from RGB is 173 - color contains mainly: blue. Hex color #0972AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0972AD is #F68D52. Grayscale: #585858. Windows color (decimal): -16158035 or 11366921. OLE color: 11366921.
HSL color Cylindrical-coordinate representation of color #0972AD: hue angle of 201.59º 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 #0972AD is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 9 | 114 | 173 | - |
| CMYK | 0.95 | 0.34 | 0 | 0.32 |
| HSL | 201.59º | 0.9% | 0.36% | - |
| HSV(B) | 201.59º | 0.95% | 0.68% | - |
| XYZ | 13.67 | 15.11 | 41.73 | - |
| YUV | 89.33 | 175.21 | 70.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 114 | 173 | 0.95 | 0.34 | 0 | 0.32 | 201.59 | 0.9 | 0.36 |
| Hex | 9 | 72 | AD | 5F | 22 | 0 | 20 | CA | 5A | 24 |
| Octal | 11 | 162 | 255 | 137 | 42 | 0 | 40 | 312 | 132 | 44 |
| Binary | 1001 | 1110010 | 10101101 | 1011111 | 100010 | 0 | 100000 | 11001010 | 1011010 | 100100 |
Color Harmonies of #0972AD
Complementary color
Monochromatic Colors of #0972AD
Black with #0972AD
Text Example
Text Example
White with #0972AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0972AD; }
p { color: rgb(9,114,173); }
H1.HeaderClassName
{
color: #0972AD;
}
.AnyTagClassName
{
color: #0972AD;
}
</style>
background-color css
<style>
a { background-color: #0972AD; }
a { background-color: rgb(9,114,173); }
div.DivClassName
{
background-color: #0972AD;
}
.BgClassName
{
background-color: #0972AD;
}
</style>
border-color css
<style>
span { border-color: #0972AD; }
span { border-color: rgb(9,114,173); }
td.TdClassName
{
border-color: #0972AD;
}
.TagClassName
{
border-color: #0972AD;
}
</style>