Shades of Cerulean #1978AF
Tints of Cerulean #1978AF
RGB
CMYK
RGB Variations
Color information
#1978AF (or 0x1978AF) is known color: Cerulean. HEX triplet: 19, 78 and AF. RGB value is (25,120,175). Sum of RGB (Red+Green+Blue) = 25+120+175=320 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.81% from 320); Green value is 120 (47.27% from 255 or 37.5% from 320); Blue value is 175 (68.75% from 255 or 54.69% from 320); Max value from RGB is 175 - color contains mainly: blue. Hex color #1978AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1978AF is #E68750. Grayscale: #616161. Windows color (decimal): -15107921 or 11499545. OLE color: 11499545.
HSL color Cylindrical-coordinate representation of color #1978AF: hue angle of 202º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1978AF is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 25 | 120 | 175 | - |
| CMYK | 0.86 | 0.31 | 0 | 0.31 |
| HSL | 202º | 0.75% | 0.39% | - |
| HSV(B) | 202º | 0.86% | 0.69% | - |
| XYZ | 14.86 | 16.73 | 43 | - |
| YUV | 97.87 | 171.53 | 76.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 120 | 175 | 0.86 | 0.31 | 0 | 0.31 | 202 | 0.75 | 0.39 |
| Hex | 19 | 78 | AF | 56 | 1F | 0 | 1F | CA | 4B | 27 |
| Octal | 31 | 170 | 257 | 126 | 37 | 0 | 37 | 312 | 113 | 47 |
| Binary | 11001 | 1111000 | 10101111 | 1010110 | 11111 | 0 | 11111 | 11001010 | 1001011 | 100111 |
Color Harmonies of #1978AF
Complementary color
Monochromatic Colors of #1978AF
Black with #1978AF
Text Example
Text Example
White with #1978AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1978AF; }
p { color: rgb(25,120,175); }
H1.HeaderClassName
{
color: #1978AF;
}
.AnyTagClassName
{
color: #1978AF;
}
</style>
background-color css
<style>
a { background-color: #1978AF; }
a { background-color: rgb(25,120,175); }
div.DivClassName
{
background-color: #1978AF;
}
.BgClassName
{
background-color: #1978AF;
}
</style>
border-color css
<style>
span { border-color: #1978AF; }
span { border-color: rgb(25,120,175); }
td.TdClassName
{
border-color: #1978AF;
}
.TagClassName
{
border-color: #1978AF;
}
</style>