Shades of Cerulean #1975AB
Tints of Cerulean #1975AB
RGB
CMYK
RGB Variations
Color information
#1975AB (or 0x1975AB) is known color: Cerulean. HEX triplet: 19, 75 and AB. RGB value is (25,117,171). Sum of RGB (Red+Green+Blue) = 25+117+171=313 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.99% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #1975AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1975AB is #E68A54. Grayscale: #5F5F5F. Windows color (decimal): -15108693 or 11236633. OLE color: 11236633.
HSL color Cylindrical-coordinate representation of color #1975AB: hue angle of 202.19º 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 #1975AB is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 117 | 171 | - |
| CMYK | 0.85 | 0.32 | 0 | 0.33 |
| HSL | 202.19º | 0.74% | 0.38% | - |
| HSV(B) | 202.19º | 0.85% | 0.67% | - |
| XYZ | 14.11 | 15.87 | 40.85 | - |
| YUV | 95.65 | 170.52 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 117 | 171 | 0.85 | 0.32 | 0 | 0.33 | 202.19 | 0.74 | 0.38 |
| Hex | 19 | 75 | AB | 55 | 20 | 0 | 21 | CA | 4A | 26 |
| Octal | 31 | 165 | 253 | 125 | 40 | 0 | 41 | 312 | 112 | 46 |
| Binary | 11001 | 1110101 | 10101011 | 1010101 | 100000 | 0 | 100001 | 11001010 | 1001010 | 100110 |
Color Harmonies of #1975AB
Complementary color
Monochromatic Colors of #1975AB
Black with #1975AB
Text Example
Text Example
White with #1975AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1975AB; }
p { color: rgb(25,117,171); }
H1.HeaderClassName
{
color: #1975AB;
}
.AnyTagClassName
{
color: #1975AB;
}
</style>
background-color css
<style>
a { background-color: #1975AB; }
a { background-color: rgb(25,117,171); }
div.DivClassName
{
background-color: #1975AB;
}
.BgClassName
{
background-color: #1975AB;
}
</style>
border-color css
<style>
span { border-color: #1975AB; }
span { border-color: rgb(25,117,171); }
td.TdClassName
{
border-color: #1975AB;
}
.TagClassName
{
border-color: #1975AB;
}
</style>