Shades of Dark Cerulean #173A70
Tints of Dark Cerulean #173A70
RGB
CMYK
RGB Variations
Color information
#173A70 (or 0x173A70) is known color: Dark Cerulean. HEX triplet: 17, 3A and 70. RGB value is (23,58,112). Sum of RGB (Red+Green+Blue) = 23+58+112=193 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.92% from 193); Green value is 58 (23.05% from 255 or 30.05% from 193); Blue value is 112 (44.14% from 255 or 58.03% from 193); Max value from RGB is 112 - color contains mainly: blue. Hex color #173A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173A70 is #E8C58F. Grayscale: #353535. Windows color (decimal): -15254928 or 7354903. OLE color: 7354903.
HSL color Cylindrical-coordinate representation of color #173A70: hue angle of 216.4º 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 #173A70 is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 23 | 58 | 112 | - |
| CMYK | 0.79 | 0.48 | 0 | 0.56 |
| HSL | 216.4º | 0.66% | 0.26% | - |
| HSV(B) | 216.4º | 0.79% | 0.44% | - |
| XYZ | 4.79 | 4.38 | 15.92 | - |
| YUV | 53.69 | 160.9 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 58 | 112 | 0.79 | 0.48 | 0 | 0.56 | 216.4 | 0.66 | 0.26 |
| Hex | 17 | 3A | 70 | 4F | 30 | 0 | 38 | D8 | 42 | 1A |
| Octal | 27 | 72 | 160 | 117 | 60 | 0 | 70 | 330 | 102 | 32 |
| Binary | 10111 | 111010 | 1110000 | 1001111 | 110000 | 0 | 111000 | 11011000 | 1000010 | 11010 |
Color Harmonies of #173A70
Complementary color
Monochromatic Colors of #173A70
Black with #173A70
Text Example
Text Example
White with #173A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173A70; }
p { color: rgb(23,58,112); }
H1.HeaderClassName
{
color: #173A70;
}
.AnyTagClassName
{
color: #173A70;
}
</style>
background-color css
<style>
a { background-color: #173A70; }
a { background-color: rgb(23,58,112); }
div.DivClassName
{
background-color: #173A70;
}
.BgClassName
{
background-color: #173A70;
}
</style>
border-color css
<style>
span { border-color: #173A70; }
span { border-color: rgb(23,58,112); }
td.TdClassName
{
border-color: #173A70;
}
.TagClassName
{
border-color: #173A70;
}
</style>