Shades of Dark Cerulean #174973
Tints of Dark Cerulean #174973
RGB
CMYK
RGB Variations
Color information
#174973 (or 0x174973) is known color: Dark Cerulean. HEX triplet: 17, 49 and 73. RGB value is (23,73,115). Sum of RGB (Red+Green+Blue) = 23+73+115=211 (27% of max value = 765). Red value is 23 (9.38% from 255 or 10.90% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 115 (45.31% from 255 or 54.50% from 211); Max value from RGB is 115 - color contains mainly: blue. Hex color #174973 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174973 is #E8B68C. Grayscale: #3E3E3E. Windows color (decimal): -15251085 or 7555351. OLE color: 7555351.
HSL color Cylindrical-coordinate representation of color #174973: hue angle of 207.39º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #174973 is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 23 | 73 | 115 | - |
| CMYK | 0.80 | 0.37 | 0 | 0.55 |
| HSL | 207.39º | 0.67% | 0.27% | - |
| HSV(B) | 207.39º | 0.8% | 0.45% | - |
| XYZ | 5.83 | 6.19 | 17.11 | - |
| YUV | 62.84 | 157.44 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 73 | 115 | 0.80 | 0.37 | 0 | 0.55 | 207.39 | 0.67 | 0.27 |
| Hex | 17 | 49 | 73 | 50 | 25 | 0 | 37 | CF | 43 | 1B |
| Octal | 27 | 111 | 163 | 120 | 45 | 0 | 67 | 317 | 103 | 33 |
| Binary | 10111 | 1001001 | 1110011 | 1010000 | 100101 | 0 | 110111 | 11001111 | 1000011 | 11011 |
Color Harmonies of #174973
Complementary color
Monochromatic Colors of #174973
Black with #174973
Text Example
Text Example
White with #174973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174973; }
p { color: rgb(23,73,115); }
H1.HeaderClassName
{
color: #174973;
}
.AnyTagClassName
{
color: #174973;
}
</style>
background-color css
<style>
a { background-color: #174973; }
a { background-color: rgb(23,73,115); }
div.DivClassName
{
background-color: #174973;
}
.BgClassName
{
background-color: #174973;
}
</style>
border-color css
<style>
span { border-color: #174973; }
span { border-color: rgb(23,73,115); }
td.TdClassName
{
border-color: #174973;
}
.TagClassName
{
border-color: #174973;
}
</style>