Shades of Cerulean #0972AA
Tints of Cerulean #0972AA
RGB
CMYK
RGB Variations
Color information
#0972AA (or 0x0972AA) is known color: Cerulean. HEX triplet: 09, 72 and AA. RGB value is (9,114,170). Sum of RGB (Red+Green+Blue) = 9+114+170=293 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.07% from 293); Green value is 114 (44.92% from 255 or 38.91% from 293); Blue value is 170 (66.80% from 255 or 58.02% from 293); Max value from RGB is 170 - color contains mainly: blue. Hex color #0972AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0972AA is #F68D55. Grayscale: #585858. Windows color (decimal): -16158038 or 11170313. OLE color: 11170313.
HSL color Cylindrical-coordinate representation of color #0972AA: hue angle of 200.87º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0972AA is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 114 | 170 | - |
| CMYK | 0.95 | 0.33 | 0 | 0.33 |
| HSL | 200.87º | 0.9% | 0.35% | - |
| HSV(B) | 200.87º | 0.95% | 0.67% | - |
| XYZ | 13.39 | 14.99 | 40.22 | - |
| YUV | 88.99 | 173.71 | 70.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 114 | 170 | 0.95 | 0.33 | 0 | 0.33 | 200.87 | 0.9 | 0.35 |
| Hex | 9 | 72 | AA | 5F | 21 | 0 | 21 | C9 | 5A | 23 |
| Octal | 11 | 162 | 252 | 137 | 41 | 0 | 41 | 311 | 132 | 43 |
| Binary | 1001 | 1110010 | 10101010 | 1011111 | 100001 | 0 | 100001 | 11001001 | 1011010 | 100011 |
Color Harmonies of #0972AA
Complementary color
Monochromatic Colors of #0972AA
Black with #0972AA
Text Example
Text Example
White with #0972AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0972AA; }
p { color: rgb(9,114,170); }
H1.HeaderClassName
{
color: #0972AA;
}
.AnyTagClassName
{
color: #0972AA;
}
</style>
background-color css
<style>
a { background-color: #0972AA; }
a { background-color: rgb(9,114,170); }
div.DivClassName
{
background-color: #0972AA;
}
.BgClassName
{
background-color: #0972AA;
}
</style>
border-color css
<style>
span { border-color: #0972AA; }
span { border-color: rgb(9,114,170); }
td.TdClassName
{
border-color: #0972AA;
}
.TagClassName
{
border-color: #0972AA;
}
</style>