Shades of Cerulean #1977AB
Tints of Cerulean #1977AB
RGB
CMYK
RGB Variations
Color information
#1977AB (or 0x1977AB) is known color: Cerulean. HEX triplet: 19, 77 and AB. RGB value is (25,119,171). Sum of RGB (Red+Green+Blue) = 25+119+171=315 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.94% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #1977AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1977AB is #E68854. Grayscale: #606060. Windows color (decimal): -15108181 or 11237145. OLE color: 11237145.
HSL color Cylindrical-coordinate representation of color #1977AB: hue angle of 201.37º 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 #1977AB is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 119 | 171 | - |
| CMYK | 0.85 | 0.30 | 0 | 0.33 |
| HSL | 201.37º | 0.74% | 0.38% | - |
| HSV(B) | 201.37º | 0.85% | 0.67% | - |
| XYZ | 14.35 | 16.34 | 40.93 | - |
| YUV | 96.82 | 169.86 | 76.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 119 | 171 | 0.85 | 0.30 | 0 | 0.33 | 201.37 | 0.74 | 0.38 |
| Hex | 19 | 77 | AB | 55 | 1E | 0 | 21 | C9 | 4A | 26 |
| Octal | 31 | 167 | 253 | 125 | 36 | 0 | 41 | 311 | 112 | 46 |
| Binary | 11001 | 1110111 | 10101011 | 1010101 | 11110 | 0 | 100001 | 11001001 | 1001010 | 100110 |
Color Harmonies of #1977AB
Complementary color
Monochromatic Colors of #1977AB
Black with #1977AB
Text Example
Text Example
White with #1977AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1977AB; }
p { color: rgb(25,119,171); }
H1.HeaderClassName
{
color: #1977AB;
}
.AnyTagClassName
{
color: #1977AB;
}
</style>
background-color css
<style>
a { background-color: #1977AB; }
a { background-color: rgb(25,119,171); }
div.DivClassName
{
background-color: #1977AB;
}
.BgClassName
{
background-color: #1977AB;
}
</style>
border-color css
<style>
span { border-color: #1977AB; }
span { border-color: rgb(25,119,171); }
td.TdClassName
{
border-color: #1977AB;
}
.TagClassName
{
border-color: #1977AB;
}
</style>