Shades of Cerulean #0978AF
Tints of Cerulean #0978AF
RGB
CMYK
RGB Variations
Color information
#0978AF (or 0x0978AF) is known color: Cerulean. HEX triplet: 09, 78 and AF. RGB value is (9,120,175). Sum of RGB (Red+Green+Blue) = 9+120+175=304 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.96% from 304); Green value is 120 (47.27% from 255 or 39.47% from 304); Blue value is 175 (68.75% from 255 or 57.57% from 304); Max value from RGB is 175 - color contains mainly: blue. Hex color #0978AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0978AF is #F68750. Grayscale: #5C5C5C. Windows color (decimal): -16156497 or 11499529. OLE color: 11499529.
HSL color Cylindrical-coordinate representation of color #0978AF: hue angle of 199.88º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0978AF is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 120 | 175 | - |
| CMYK | 0.95 | 0.31 | 0 | 0.31 |
| HSL | 199.88º | 0.9% | 0.36% | - |
| HSV(B) | 199.88º | 0.95% | 0.69% | - |
| XYZ | 14.57 | 16.59 | 42.99 | - |
| YUV | 93.08 | 174.23 | 68.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 120 | 175 | 0.95 | 0.31 | 0 | 0.31 | 199.88 | 0.9 | 0.36 |
| Hex | 9 | 78 | AF | 5F | 1F | 0 | 1F | C8 | 5A | 24 |
| Octal | 11 | 170 | 257 | 137 | 37 | 0 | 37 | 310 | 132 | 44 |
| Binary | 1001 | 1111000 | 10101111 | 1011111 | 11111 | 0 | 11111 | 11001000 | 1011010 | 100100 |
Color Harmonies of #0978AF
Complementary color
Monochromatic Colors of #0978AF
Black with #0978AF
Text Example
Text Example
White with #0978AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0978AF; }
p { color: rgb(9,120,175); }
H1.HeaderClassName
{
color: #0978AF;
}
.AnyTagClassName
{
color: #0978AF;
}
</style>
background-color css
<style>
a { background-color: #0978AF; }
a { background-color: rgb(9,120,175); }
div.DivClassName
{
background-color: #0978AF;
}
.BgClassName
{
background-color: #0978AF;
}
</style>
border-color css
<style>
span { border-color: #0978AF; }
span { border-color: rgb(9,120,175); }
td.TdClassName
{
border-color: #0978AF;
}
.TagClassName
{
border-color: #0978AF;
}
</style>