Shades of Cerulean #1978AB
Tints of Cerulean #1978AB
RGB
CMYK
RGB Variations
Color information
#1978AB (or 0x1978AB) is known color: Cerulean. HEX triplet: 19, 78 and AB. RGB value is (25,120,171). Sum of RGB (Red+Green+Blue) = 25+120+171=316 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.91% from 316); Green value is 120 (47.27% from 255 or 37.97% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #1978AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1978AB is #E68754. Grayscale: #616161. Windows color (decimal): -15107925 or 11237401. OLE color: 11237401.
HSL color Cylindrical-coordinate representation of color #1978AB: hue angle of 200.96º 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 #1978AB is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 120 | 171 | - |
| CMYK | 0.85 | 0.30 | 0 | 0.33 |
| HSL | 200.96º | 0.74% | 0.38% | - |
| HSV(B) | 200.96º | 0.85% | 0.67% | - |
| XYZ | 14.47 | 16.58 | 40.97 | - |
| YUV | 97.41 | 169.53 | 76.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 120 | 171 | 0.85 | 0.30 | 0 | 0.33 | 200.96 | 0.74 | 0.38 |
| Hex | 19 | 78 | AB | 55 | 1E | 0 | 21 | C9 | 4A | 26 |
| Octal | 31 | 170 | 253 | 125 | 36 | 0 | 41 | 311 | 112 | 46 |
| Binary | 11001 | 1111000 | 10101011 | 1010101 | 11110 | 0 | 100001 | 11001001 | 1001010 | 100110 |
Color Harmonies of #1978AB
Complementary color
Monochromatic Colors of #1978AB
Black with #1978AB
Text Example
Text Example
White with #1978AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1978AB; }
p { color: rgb(25,120,171); }
H1.HeaderClassName
{
color: #1978AB;
}
.AnyTagClassName
{
color: #1978AB;
}
</style>
background-color css
<style>
a { background-color: #1978AB; }
a { background-color: rgb(25,120,171); }
div.DivClassName
{
background-color: #1978AB;
}
.BgClassName
{
background-color: #1978AB;
}
</style>
border-color css
<style>
span { border-color: #1978AB; }
span { border-color: rgb(25,120,171); }
td.TdClassName
{
border-color: #1978AB;
}
.TagClassName
{
border-color: #1978AB;
}
</style>