Shades of Cerulean #1978AD
Tints of Cerulean #1978AD
RGB
CMYK
RGB Variations
Color information
#1978AD (or 0x1978AD) is known color: Cerulean. HEX triplet: 19, 78 and AD. RGB value is (25,120,173). Sum of RGB (Red+Green+Blue) = 25+120+173=318 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.86% from 318); Green value is 120 (47.27% from 255 or 37.74% from 318); Blue value is 173 (67.97% from 255 or 54.40% from 318); Max value from RGB is 173 - color contains mainly: blue. Hex color #1978AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1978AD is #E68752. Grayscale: #616161. Windows color (decimal): -15107923 or 11368473. OLE color: 11368473.
HSL color Cylindrical-coordinate representation of color #1978AD: hue angle of 201.49º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1978AD is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 25 | 120 | 173 | - |
| CMYK | 0.86 | 0.31 | 0 | 0.32 |
| HSL | 201.49º | 0.75% | 0.39% | - |
| HSV(B) | 201.49º | 0.86% | 0.68% | - |
| XYZ | 14.66 | 16.66 | 41.98 | - |
| YUV | 97.64 | 170.53 | 76.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 120 | 173 | 0.86 | 0.31 | 0 | 0.32 | 201.49 | 0.75 | 0.39 |
| Hex | 19 | 78 | AD | 56 | 1F | 0 | 20 | C9 | 4B | 27 |
| Octal | 31 | 170 | 255 | 126 | 37 | 0 | 40 | 311 | 113 | 47 |
| Binary | 11001 | 1111000 | 10101101 | 1010110 | 11111 | 0 | 100000 | 11001001 | 1001011 | 100111 |
Color Harmonies of #1978AD
Complementary color
Monochromatic Colors of #1978AD
Black with #1978AD
Text Example
Text Example
White with #1978AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1978AD; }
p { color: rgb(25,120,173); }
H1.HeaderClassName
{
color: #1978AD;
}
.AnyTagClassName
{
color: #1978AD;
}
</style>
background-color css
<style>
a { background-color: #1978AD; }
a { background-color: rgb(25,120,173); }
div.DivClassName
{
background-color: #1978AD;
}
.BgClassName
{
background-color: #1978AD;
}
</style>
border-color css
<style>
span { border-color: #1978AD; }
span { border-color: rgb(25,120,173); }
td.TdClassName
{
border-color: #1978AD;
}
.TagClassName
{
border-color: #1978AD;
}
</style>