Shades of Cerulean #1978AC
Tints of Cerulean #1978AC
RGB
CMYK
RGB Variations
Color information
#1978AC (or 0x1978AC) is known color: Cerulean. HEX triplet: 19, 78 and AC. RGB value is (25,120,172). Sum of RGB (Red+Green+Blue) = 25+120+172=317 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.89% from 317); Green value is 120 (47.27% from 255 or 37.85% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #1978AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1978AC is #E68753. Grayscale: #616161. Windows color (decimal): -15107924 or 11302937. OLE color: 11302937.
HSL color Cylindrical-coordinate representation of color #1978AC: hue angle of 201.22º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1978AC is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 120 | 172 | - |
| CMYK | 0.85 | 0.30 | 0 | 0.33 |
| HSL | 201.22º | 0.75% | 0.39% | - |
| HSV(B) | 201.22º | 0.85% | 0.67% | - |
| XYZ | 14.56 | 16.62 | 41.47 | - |
| YUV | 97.52 | 170.03 | 76.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 120 | 172 | 0.85 | 0.30 | 0 | 0.33 | 201.22 | 0.75 | 0.39 |
| Hex | 19 | 78 | AC | 55 | 1E | 0 | 21 | C9 | 4B | 27 |
| Octal | 31 | 170 | 254 | 125 | 36 | 0 | 41 | 311 | 113 | 47 |
| Binary | 11001 | 1111000 | 10101100 | 1010101 | 11110 | 0 | 100001 | 11001001 | 1001011 | 100111 |
Color Harmonies of #1978AC
Complementary color
Monochromatic Colors of #1978AC
Black with #1978AC
Text Example
Text Example
White with #1978AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1978AC; }
p { color: rgb(25,120,172); }
H1.HeaderClassName
{
color: #1978AC;
}
.AnyTagClassName
{
color: #1978AC;
}
</style>
background-color css
<style>
a { background-color: #1978AC; }
a { background-color: rgb(25,120,172); }
div.DivClassName
{
background-color: #1978AC;
}
.BgClassName
{
background-color: #1978AC;
}
</style>
border-color css
<style>
span { border-color: #1978AC; }
span { border-color: rgb(25,120,172); }
td.TdClassName
{
border-color: #1978AC;
}
.TagClassName
{
border-color: #1978AC;
}
</style>