Shades of Cerulean #1978AE
Tints of Cerulean #1978AE
RGB
CMYK
RGB Variations
Color information
#1978AE (or 0x1978AE) is known color: Cerulean. HEX triplet: 19, 78 and AE. RGB value is (25,120,174). Sum of RGB (Red+Green+Blue) = 25+120+174=319 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.84% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 174 (68.36% from 255 or 54.55% from 319); Max value from RGB is 174 - color contains mainly: blue. Hex color #1978AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1978AE is #E68751. Grayscale: #616161. Windows color (decimal): -15107922 or 11434009. OLE color: 11434009.
HSL color Cylindrical-coordinate representation of color #1978AE: hue angle of 201.74º 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 #1978AE is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 25 | 120 | 174 | - |
| CMYK | 0.86 | 0.31 | 0 | 0.32 |
| HSL | 201.75º | 0.75% | 0.39% | - |
| HSV(B) | 201.75º | 0.86% | 0.68% | - |
| XYZ | 14.76 | 16.7 | 42.49 | - |
| YUV | 97.75 | 171.03 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 120 | 174 | 0.86 | 0.31 | 0 | 0.32 | 201.75 | 0.75 | 0.39 |
| Hex | 19 | 78 | AE | 56 | 1F | 0 | 20 | CA | 4B | 27 |
| Octal | 31 | 170 | 256 | 126 | 37 | 0 | 40 | 312 | 113 | 47 |
| Binary | 11001 | 1111000 | 10101110 | 1010110 | 11111 | 0 | 100000 | 11001010 | 1001011 | 100111 |
Color Harmonies of #1978AE
Complementary color
Monochromatic Colors of #1978AE
Black with #1978AE
Text Example
Text Example
White with #1978AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1978AE; }
p { color: rgb(25,120,174); }
H1.HeaderClassName
{
color: #1978AE;
}
.AnyTagClassName
{
color: #1978AE;
}
</style>
background-color css
<style>
a { background-color: #1978AE; }
a { background-color: rgb(25,120,174); }
div.DivClassName
{
background-color: #1978AE;
}
.BgClassName
{
background-color: #1978AE;
}
</style>
border-color css
<style>
span { border-color: #1978AE; }
span { border-color: rgb(25,120,174); }
td.TdClassName
{
border-color: #1978AE;
}
.TagClassName
{
border-color: #1978AE;
}
</style>