Shades of Cerulean #0978BD
Tints of Cerulean #0978BD
RGB
CMYK
RGB Variations
Color information
#0978BD (or 0x0978BD) is known color: Cerulean. HEX triplet: 09, 78 and BD. RGB value is (9,120,189). Sum of RGB (Red+Green+Blue) = 9+120+189=318 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.83% from 318); Green value is 120 (47.27% from 255 or 37.74% from 318); Blue value is 189 (74.22% from 255 or 59.43% from 318); Max value from RGB is 189 - color contains mainly: blue. Hex color #0978BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0978BD is #F68742. Grayscale: #5E5E5E. Windows color (decimal): -16156483 or 12417033. OLE color: 12417033.
HSL color Cylindrical-coordinate representation of color #0978BD: hue angle of 203º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0978BD is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 120 | 189 | - |
| CMYK | 0.95 | 0.37 | 0 | 0.26 |
| HSL | 203º | 0.91% | 0.39% | - |
| HSV(B) | 203º | 0.95% | 0.74% | - |
| XYZ | 16.01 | 17.17 | 50.61 | - |
| YUV | 94.68 | 181.23 | 66.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 120 | 189 | 0.95 | 0.37 | 0 | 0.26 | 203 | 0.91 | 0.39 |
| Hex | 9 | 78 | BD | 5F | 25 | 0 | 1A | CB | 5B | 27 |
| Octal | 11 | 170 | 275 | 137 | 45 | 0 | 32 | 313 | 133 | 47 |
| Binary | 1001 | 1111000 | 10111101 | 1011111 | 100101 | 0 | 11010 | 11001011 | 1011011 | 100111 |
Color Harmonies of #0978BD
Complementary color
Monochromatic Colors of #0978BD
Black with #0978BD
Text Example
Text Example
White with #0978BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0978BD; }
p { color: rgb(9,120,189); }
H1.HeaderClassName
{
color: #0978BD;
}
.AnyTagClassName
{
color: #0978BD;
}
</style>
background-color css
<style>
a { background-color: #0978BD; }
a { background-color: rgb(9,120,189); }
div.DivClassName
{
background-color: #0978BD;
}
.BgClassName
{
background-color: #0978BD;
}
</style>
border-color css
<style>
span { border-color: #0978BD; }
span { border-color: rgb(9,120,189); }
td.TdClassName
{
border-color: #0978BD;
}
.TagClassName
{
border-color: #0978BD;
}
</style>