Shades of Cerulean #0979AA
Tints of Cerulean #0979AA
RGB
CMYK
RGB Variations
Color information
#0979AA (or 0x0979AA) is known color: Cerulean. HEX triplet: 09, 79 and AA. RGB value is (9,121,170). Sum of RGB (Red+Green+Blue) = 9+121+170=300 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3% from 300); Green value is 121 (47.66% from 255 or 40.33% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #0979AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0979AA is #F68655. Grayscale: #5C5C5C. Windows color (decimal): -16156246 or 11172105. OLE color: 11172105.
HSL color Cylindrical-coordinate representation of color #0979AA: hue angle of 198.26º 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 #0979AA is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 121 | 170 | - |
| CMYK | 0.95 | 0.29 | 0 | 0.33 |
| HSL | 198.26º | 0.9% | 0.35% | - |
| HSV(B) | 198.26º | 0.95% | 0.67% | - |
| XYZ | 14.21 | 16.64 | 40.49 | - |
| YUV | 93.1 | 171.39 | 68.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 121 | 170 | 0.95 | 0.29 | 0 | 0.33 | 198.26 | 0.9 | 0.35 |
| Hex | 9 | 79 | AA | 5F | 1D | 0 | 21 | C6 | 5A | 23 |
| Octal | 11 | 171 | 252 | 137 | 35 | 0 | 41 | 306 | 132 | 43 |
| Binary | 1001 | 1111001 | 10101010 | 1011111 | 11101 | 0 | 100001 | 11000110 | 1011010 | 100011 |
Color Harmonies of #0979AA
Complementary color
Monochromatic Colors of #0979AA
Black with #0979AA
Text Example
Text Example
White with #0979AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0979AA; }
p { color: rgb(9,121,170); }
H1.HeaderClassName
{
color: #0979AA;
}
.AnyTagClassName
{
color: #0979AA;
}
</style>
background-color css
<style>
a { background-color: #0979AA; }
a { background-color: rgb(9,121,170); }
div.DivClassName
{
background-color: #0979AA;
}
.BgClassName
{
background-color: #0979AA;
}
</style>
border-color css
<style>
span { border-color: #0979AA; }
span { border-color: rgb(9,121,170); }
td.TdClassName
{
border-color: #0979AA;
}
.TagClassName
{
border-color: #0979AA;
}
</style>