Shades of Cerulean #1977AA
Tints of Cerulean #1977AA
RGB
CMYK
RGB Variations
Color information
#1977AA (or 0x1977AA) is known color: Cerulean. HEX triplet: 19, 77 and AA. RGB value is (25,119,170). Sum of RGB (Red+Green+Blue) = 25+119+170=314 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.96% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #1977AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1977AA is #E68855. Grayscale: #606060. Windows color (decimal): -15108182 or 11171609. OLE color: 11171609.
HSL color Cylindrical-coordinate representation of color #1977AA: hue angle of 201.1º 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 #1977AA is Cyan = 0.85, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 119 | 170 | - |
| CMYK | 0.85 | 0.3 | 0 | 0.33 |
| HSL | 201.1º | 0.74% | 0.38% | - |
| HSV(B) | 201.1º | 0.85% | 0.67% | - |
| XYZ | 14.25 | 16.3 | 40.43 | - |
| YUV | 96.71 | 169.36 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 119 | 170 | 0.85 | 0.3 | 0 | 0.33 | 201.1 | 0.74 | 0.38 |
| Hex | 19 | 77 | AA | 55 | 1E | 0 | 21 | C9 | 4A | 26 |
| Octal | 31 | 167 | 252 | 125 | 36 | 0 | 41 | 311 | 112 | 46 |
| Binary | 11001 | 1110111 | 10101010 | 1010101 | 11110 | 0 | 100001 | 11001001 | 1001010 | 100110 |
Color Harmonies of #1977AA
Complementary color
Monochromatic Colors of #1977AA
Black with #1977AA
Text Example
Text Example
White with #1977AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1977AA; }
p { color: rgb(25,119,170); }
H1.HeaderClassName
{
color: #1977AA;
}
.AnyTagClassName
{
color: #1977AA;
}
</style>
background-color css
<style>
a { background-color: #1977AA; }
a { background-color: rgb(25,119,170); }
div.DivClassName
{
background-color: #1977AA;
}
.BgClassName
{
background-color: #1977AA;
}
</style>
border-color css
<style>
span { border-color: #1977AA; }
span { border-color: rgb(25,119,170); }
td.TdClassName
{
border-color: #1977AA;
}
.TagClassName
{
border-color: #1977AA;
}
</style>