Shades of Dark Cerulean #174570
Tints of Dark Cerulean #174570
RGB
CMYK
RGB Variations
Color information
#174570 (or 0x174570) is known color: Dark Cerulean. HEX triplet: 17, 45 and 70. RGB value is (23,69,112). Sum of RGB (Red+Green+Blue) = 23+69+112=204 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.27% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 112 (44.14% from 255 or 54.90% from 204); Max value from RGB is 112 - color contains mainly: blue. Hex color #174570 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174570 is #E8BA8F. Grayscale: #3B3B3B. Windows color (decimal): -15252112 or 7357719. OLE color: 7357719.
HSL color Cylindrical-coordinate representation of color #174570: hue angle of 208.99º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #174570 is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 23 | 69 | 112 | - |
| CMYK | 0.79 | 0.38 | 0 | 0.56 |
| HSL | 208.99º | 0.66% | 0.26% | - |
| HSV(B) | 208.99º | 0.79% | 0.44% | - |
| XYZ | 5.41 | 5.61 | 16.13 | - |
| YUV | 60.15 | 157.26 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 69 | 112 | 0.79 | 0.38 | 0 | 0.56 | 208.99 | 0.66 | 0.26 |
| Hex | 17 | 45 | 70 | 4F | 26 | 0 | 38 | D1 | 42 | 1A |
| Octal | 27 | 105 | 160 | 117 | 46 | 0 | 70 | 321 | 102 | 32 |
| Binary | 10111 | 1000101 | 1110000 | 1001111 | 100110 | 0 | 111000 | 11010001 | 1000010 | 11010 |
Color Harmonies of #174570
Complementary color
Monochromatic Colors of #174570
Black with #174570
Text Example
Text Example
White with #174570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174570; }
p { color: rgb(23,69,112); }
H1.HeaderClassName
{
color: #174570;
}
.AnyTagClassName
{
color: #174570;
}
</style>
background-color css
<style>
a { background-color: #174570; }
a { background-color: rgb(23,69,112); }
div.DivClassName
{
background-color: #174570;
}
.BgClassName
{
background-color: #174570;
}
</style>
border-color css
<style>
span { border-color: #174570; }
span { border-color: rgb(23,69,112); }
td.TdClassName
{
border-color: #174570;
}
.TagClassName
{
border-color: #174570;
}
</style>