Shades of Cerulean #1978A0
Tints of Cerulean #1978A0
RGB
CMYK
RGB Variations
Color information
#1978A0 (or 0x1978A0) is known color: Cerulean. HEX triplet: 19, 78 and A0. RGB value is (25,120,160). Sum of RGB (Red+Green+Blue) = 25+120+160=305 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.20% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 160 (62.89% from 255 or 52.46% from 305); Max value from RGB is 160 - color contains mainly: blue. Hex color #1978A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1978A0 is #E6875F. Grayscale: #5F5F5F. Windows color (decimal): -15107936 or 10516505. OLE color: 10516505.
HSL color Cylindrical-coordinate representation of color #1978A0: hue angle of 197.78º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1978A0 is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 25 | 120 | 160 | - |
| CMYK | 0.84 | 0.25 | 0 | 0.37 |
| HSL | 197.78º | 0.73% | 0.36% | - |
| HSV(B) | 197.78º | 0.84% | 0.63% | - |
| XYZ | 13.46 | 16.18 | 35.67 | - |
| YUV | 96.16 | 164.03 | 77.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 120 | 160 | 0.84 | 0.25 | 0 | 0.37 | 197.78 | 0.73 | 0.36 |
| Hex | 19 | 78 | A0 | 54 | 19 | 0 | 25 | C6 | 49 | 24 |
| Octal | 31 | 170 | 240 | 124 | 31 | 0 | 45 | 306 | 111 | 44 |
| Binary | 11001 | 1111000 | 10100000 | 1010100 | 11001 | 0 | 100101 | 11000110 | 1001001 | 100100 |
Color Harmonies of #1978A0
Complementary color
Monochromatic Colors of #1978A0
Black with #1978A0
Text Example
Text Example
White with #1978A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1978A0; }
p { color: rgb(25,120,160); }
H1.HeaderClassName
{
color: #1978A0;
}
.AnyTagClassName
{
color: #1978A0;
}
</style>
background-color css
<style>
a { background-color: #1978A0; }
a { background-color: rgb(25,120,160); }
div.DivClassName
{
background-color: #1978A0;
}
.BgClassName
{
background-color: #1978A0;
}
</style>
border-color css
<style>
span { border-color: #1978A0; }
span { border-color: rgb(25,120,160); }
td.TdClassName
{
border-color: #1978A0;
}
.TagClassName
{
border-color: #1978A0;
}
</style>