Shades of Cerulean #0979AB
Tints of Cerulean #0979AB
RGB
CMYK
RGB Variations
Color information
#0979AB (or 0x0979AB) is known color: Cerulean. HEX triplet: 09, 79 and AB. RGB value is (9,121,171). Sum of RGB (Red+Green+Blue) = 9+121+171=301 (39% of max value = 765). Red value is 9 (3.91% from 255 or 2.99% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #0979AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0979AB is #F68654. Grayscale: #5C5C5C. Windows color (decimal): -16156245 or 11237641. OLE color: 11237641.
HSL color Cylindrical-coordinate representation of color #0979AB: hue angle of 198.52º 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 #0979AB is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 121 | 171 | - |
| CMYK | 0.95 | 0.29 | 0 | 0.33 |
| HSL | 198.52º | 0.9% | 0.35% | - |
| HSV(B) | 198.52º | 0.95% | 0.67% | - |
| XYZ | 14.3 | 16.67 | 40.99 | - |
| YUV | 93.21 | 171.89 | 67.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 121 | 171 | 0.95 | 0.29 | 0 | 0.33 | 198.52 | 0.9 | 0.35 |
| Hex | 9 | 79 | AB | 5F | 1D | 0 | 21 | C7 | 5A | 23 |
| Octal | 11 | 171 | 253 | 137 | 35 | 0 | 41 | 307 | 132 | 43 |
| Binary | 1001 | 1111001 | 10101011 | 1011111 | 11101 | 0 | 100001 | 11000111 | 1011010 | 100011 |
Color Harmonies of #0979AB
Complementary color
Monochromatic Colors of #0979AB
Black with #0979AB
Text Example
Text Example
White with #0979AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0979AB; }
p { color: rgb(9,121,171); }
H1.HeaderClassName
{
color: #0979AB;
}
.AnyTagClassName
{
color: #0979AB;
}
</style>
background-color css
<style>
a { background-color: #0979AB; }
a { background-color: rgb(9,121,171); }
div.DivClassName
{
background-color: #0979AB;
}
.BgClassName
{
background-color: #0979AB;
}
</style>
border-color css
<style>
span { border-color: #0979AB; }
span { border-color: rgb(9,121,171); }
td.TdClassName
{
border-color: #0979AB;
}
.TagClassName
{
border-color: #0979AB;
}
</style>