Shades of Cerulean #0979BC
Tints of Cerulean #0979BC
RGB
CMYK
RGB Variations
Color information
#0979BC (or 0x0979BC) is known color: Cerulean. HEX triplet: 09, 79 and BC. RGB value is (9,121,188). Sum of RGB (Red+Green+Blue) = 9+121+188=318 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.83% from 318); Green value is 121 (47.66% from 255 or 38.05% from 318); Blue value is 188 (73.83% from 255 or 59.12% from 318); Max value from RGB is 188 - color contains mainly: blue. Hex color #0979BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0979BC is #F68643. Grayscale: #5E5E5E. Windows color (decimal): -16156228 or 12351753. OLE color: 12351753.
HSL color Cylindrical-coordinate representation of color #0979BC: hue angle of 202.46º 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 #0979BC is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 121 | 188 | - |
| CMYK | 0.95 | 0.36 | 0 | 0.26 |
| HSL | 202.46º | 0.91% | 0.39% | - |
| HSV(B) | 202.46º | 0.95% | 0.74% | - |
| XYZ | 16.03 | 17.36 | 50.08 | - |
| YUV | 95.15 | 180.39 | 66.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 121 | 188 | 0.95 | 0.36 | 0 | 0.26 | 202.46 | 0.91 | 0.39 |
| Hex | 9 | 79 | BC | 5F | 24 | 0 | 1A | CA | 5B | 27 |
| Octal | 11 | 171 | 274 | 137 | 44 | 0 | 32 | 312 | 133 | 47 |
| Binary | 1001 | 1111001 | 10111100 | 1011111 | 100100 | 0 | 11010 | 11001010 | 1011011 | 100111 |
Color Harmonies of #0979BC
Complementary color
Monochromatic Colors of #0979BC
Black with #0979BC
Text Example
Text Example
White with #0979BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0979BC; }
p { color: rgb(9,121,188); }
H1.HeaderClassName
{
color: #0979BC;
}
.AnyTagClassName
{
color: #0979BC;
}
</style>
background-color css
<style>
a { background-color: #0979BC; }
a { background-color: rgb(9,121,188); }
div.DivClassName
{
background-color: #0979BC;
}
.BgClassName
{
background-color: #0979BC;
}
</style>
border-color css
<style>
span { border-color: #0979BC; }
span { border-color: rgb(9,121,188); }
td.TdClassName
{
border-color: #0979BC;
}
.TagClassName
{
border-color: #0979BC;
}
</style>