Shades of Cerulean #1772AD
Tints of Cerulean #1772AD
RGB
CMYK
RGB Variations
Color information
#1772AD (or 0x1772AD) is known color: Cerulean. HEX triplet: 17, 72 and AD. RGB value is (23,114,173). Sum of RGB (Red+Green+Blue) = 23+114+173=310 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.42% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 173 (67.97% from 255 or 55.81% from 310); Max value from RGB is 173 - color contains mainly: blue. Hex color #1772AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1772AD is #E88D52. Grayscale: #5D5D5D. Windows color (decimal): -15240531 or 11366935. OLE color: 11366935.
HSL color Cylindrical-coordinate representation of color #1772AD: hue angle of 203.6º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1772AD is Cyan = 0.87, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 23 | 114 | 173 | - |
| CMYK | 0.87 | 0.34 | 0 | 0.32 |
| HSL | 203.6º | 0.77% | 0.38% | - |
| HSV(B) | 203.6º | 0.87% | 0.68% | - |
| XYZ | 13.91 | 15.23 | 41.74 | - |
| YUV | 93.52 | 172.85 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 114 | 173 | 0.87 | 0.34 | 0 | 0.32 | 203.6 | 0.77 | 0.38 |
| Hex | 17 | 72 | AD | 57 | 22 | 0 | 20 | CC | 4D | 26 |
| Octal | 27 | 162 | 255 | 127 | 42 | 0 | 40 | 314 | 115 | 46 |
| Binary | 10111 | 1110010 | 10101101 | 1010111 | 100010 | 0 | 100000 | 11001100 | 1001101 | 100110 |
Color Harmonies of #1772AD
Complementary color
Monochromatic Colors of #1772AD
Black with #1772AD
Text Example
Text Example
White with #1772AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1772AD; }
p { color: rgb(23,114,173); }
H1.HeaderClassName
{
color: #1772AD;
}
.AnyTagClassName
{
color: #1772AD;
}
</style>
background-color css
<style>
a { background-color: #1772AD; }
a { background-color: rgb(23,114,173); }
div.DivClassName
{
background-color: #1772AD;
}
.BgClassName
{
background-color: #1772AD;
}
</style>
border-color css
<style>
span { border-color: #1772AD; }
span { border-color: rgb(23,114,173); }
td.TdClassName
{
border-color: #1772AD;
}
.TagClassName
{
border-color: #1772AD;
}
</style>