Shades of Cerulean #1978AA
Tints of Cerulean #1978AA
RGB
CMYK
RGB Variations
Color information
#1978AA (or 0x1978AA) is known color: Cerulean. HEX triplet: 19, 78 and AA. RGB value is (25,120,170). Sum of RGB (Red+Green+Blue) = 25+120+170=315 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.94% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 170 (66.80% from 255 or 53.97% from 315); Max value from RGB is 170 - color contains mainly: blue. Hex color #1978AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1978AA is #E68755. Grayscale: #616161. Windows color (decimal): -15107926 or 11171865. OLE color: 11171865.
HSL color Cylindrical-coordinate representation of color #1978AA: hue angle of 200.69º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1978AA is Cyan = 0.85, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 120 | 170 | - |
| CMYK | 0.85 | 0.29 | 0 | 0.33 |
| HSL | 200.69º | 0.74% | 0.38% | - |
| HSV(B) | 200.69º | 0.85% | 0.67% | - |
| XYZ | 14.37 | 16.54 | 40.47 | - |
| YUV | 97.3 | 169.03 | 76.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 120 | 170 | 0.85 | 0.29 | 0 | 0.33 | 200.69 | 0.74 | 0.38 |
| Hex | 19 | 78 | AA | 55 | 1D | 0 | 21 | C9 | 4A | 26 |
| Octal | 31 | 170 | 252 | 125 | 35 | 0 | 41 | 311 | 112 | 46 |
| Binary | 11001 | 1111000 | 10101010 | 1010101 | 11101 | 0 | 100001 | 11001001 | 1001010 | 100110 |
Color Harmonies of #1978AA
Complementary color
Monochromatic Colors of #1978AA
Black with #1978AA
Text Example
Text Example
White with #1978AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1978AA; }
p { color: rgb(25,120,170); }
H1.HeaderClassName
{
color: #1978AA;
}
.AnyTagClassName
{
color: #1978AA;
}
</style>
background-color css
<style>
a { background-color: #1978AA; }
a { background-color: rgb(25,120,170); }
div.DivClassName
{
background-color: #1978AA;
}
.BgClassName
{
background-color: #1978AA;
}
</style>
border-color css
<style>
span { border-color: #1978AA; }
span { border-color: rgb(25,120,170); }
td.TdClassName
{
border-color: #1978AA;
}
.TagClassName
{
border-color: #1978AA;
}
</style>