Shades of Cerulean #0978AB
Tints of Cerulean #0978AB
RGB
CMYK
RGB Variations
Color information
#0978AB (or 0x0978AB) is known color: Cerulean. HEX triplet: 09, 78 and AB. RGB value is (9,120,171). Sum of RGB (Red+Green+Blue) = 9+120+171=300 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3% from 300); Green value is 120 (47.27% from 255 or 40% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #0978AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0978AB is #F68754. Grayscale: #5C5C5C. Windows color (decimal): -16156501 or 11237385. OLE color: 11237385.
HSL color Cylindrical-coordinate representation of color #0978AB: hue angle of 198.89º 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 #0978AB is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 120 | 171 | - |
| CMYK | 0.95 | 0.30 | 0 | 0.33 |
| HSL | 198.89º | 0.9% | 0.35% | - |
| HSV(B) | 198.89º | 0.95% | 0.67% | - |
| XYZ | 14.18 | 16.43 | 40.95 | - |
| YUV | 92.63 | 172.23 | 68.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 120 | 171 | 0.95 | 0.30 | 0 | 0.33 | 198.89 | 0.9 | 0.35 |
| Hex | 9 | 78 | AB | 5F | 1E | 0 | 21 | C7 | 5A | 23 |
| Octal | 11 | 170 | 253 | 137 | 36 | 0 | 41 | 307 | 132 | 43 |
| Binary | 1001 | 1111000 | 10101011 | 1011111 | 11110 | 0 | 100001 | 11000111 | 1011010 | 100011 |
Color Harmonies of #0978AB
Complementary color
Monochromatic Colors of #0978AB
Black with #0978AB
Text Example
Text Example
White with #0978AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0978AB; }
p { color: rgb(9,120,171); }
H1.HeaderClassName
{
color: #0978AB;
}
.AnyTagClassName
{
color: #0978AB;
}
</style>
background-color css
<style>
a { background-color: #0978AB; }
a { background-color: rgb(9,120,171); }
div.DivClassName
{
background-color: #0978AB;
}
.BgClassName
{
background-color: #0978AB;
}
</style>
border-color css
<style>
span { border-color: #0978AB; }
span { border-color: rgb(9,120,171); }
td.TdClassName
{
border-color: #0978AB;
}
.TagClassName
{
border-color: #0978AB;
}
</style>