Shades of Cerulean #1975AD
Tints of Cerulean #1975AD
RGB
CMYK
RGB Variations
Color information
#1975AD (or 0x1975AD) is known color: Cerulean. HEX triplet: 19, 75 and AD. RGB value is (25,117,173). Sum of RGB (Red+Green+Blue) = 25+117+173=315 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.94% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 173 (67.97% from 255 or 54.92% from 315); Max value from RGB is 173 - color contains mainly: blue. Hex color #1975AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1975AD is #E68A52. Grayscale: #5F5F5F. Windows color (decimal): -15108691 or 11367705. OLE color: 11367705.
HSL color Cylindrical-coordinate representation of color #1975AD: hue angle of 202.7º 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 #1975AD is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 25 | 117 | 173 | - |
| CMYK | 0.86 | 0.32 | 0 | 0.32 |
| HSL | 202.7º | 0.75% | 0.39% | - |
| HSV(B) | 202.7º | 0.86% | 0.68% | - |
| XYZ | 14.31 | 15.95 | 41.86 | - |
| YUV | 95.88 | 171.52 | 77.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 117 | 173 | 0.86 | 0.32 | 0 | 0.32 | 202.7 | 0.75 | 0.39 |
| Hex | 19 | 75 | AD | 56 | 20 | 0 | 20 | CB | 4B | 27 |
| Octal | 31 | 165 | 255 | 126 | 40 | 0 | 40 | 313 | 113 | 47 |
| Binary | 11001 | 1110101 | 10101101 | 1010110 | 100000 | 0 | 100000 | 11001011 | 1001011 | 100111 |
Color Harmonies of #1975AD
Complementary color
Monochromatic Colors of #1975AD
Black with #1975AD
Text Example
Text Example
White with #1975AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1975AD; }
p { color: rgb(25,117,173); }
H1.HeaderClassName
{
color: #1975AD;
}
.AnyTagClassName
{
color: #1975AD;
}
</style>
background-color css
<style>
a { background-color: #1975AD; }
a { background-color: rgb(25,117,173); }
div.DivClassName
{
background-color: #1975AD;
}
.BgClassName
{
background-color: #1975AD;
}
</style>
border-color css
<style>
span { border-color: #1975AD; }
span { border-color: rgb(25,117,173); }
td.TdClassName
{
border-color: #1975AD;
}
.TagClassName
{
border-color: #1975AD;
}
</style>