Shades of Dark Cerulean #173F70
Tints of Dark Cerulean #173F70
RGB
CMYK
RGB Variations
Color information
#173F70 (or 0x173F70) is known color: Dark Cerulean. HEX triplet: 17, 3F and 70. RGB value is (23,63,112). Sum of RGB (Red+Green+Blue) = 23+63+112=198 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.62% from 198); Green value is 63 (25% from 255 or 31.82% from 198); Blue value is 112 (44.14% from 255 or 56.57% from 198); Max value from RGB is 112 - color contains mainly: blue. Hex color #173F70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173F70 is #E8C08F. Grayscale: #383838. Windows color (decimal): -15253648 or 7356183. OLE color: 7356183.
HSL color Cylindrical-coordinate representation of color #173F70: hue angle of 213.03º 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 #173F70 is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 23 | 63 | 112 | - |
| CMYK | 0.79 | 0.44 | 0 | 0.56 |
| HSL | 213.03º | 0.66% | 0.26% | - |
| HSV(B) | 213.03º | 0.79% | 0.44% | - |
| XYZ | 5.06 | 4.91 | 16.01 | - |
| YUV | 56.63 | 159.25 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 63 | 112 | 0.79 | 0.44 | 0 | 0.56 | 213.03 | 0.66 | 0.26 |
| Hex | 17 | 3F | 70 | 4F | 2C | 0 | 38 | D5 | 42 | 1A |
| Octal | 27 | 77 | 160 | 117 | 54 | 0 | 70 | 325 | 102 | 32 |
| Binary | 10111 | 111111 | 1110000 | 1001111 | 101100 | 0 | 111000 | 11010101 | 1000010 | 11010 |
Color Harmonies of #173F70
Complementary color
Monochromatic Colors of #173F70
Black with #173F70
Text Example
Text Example
White with #173F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173F70; }
p { color: rgb(23,63,112); }
H1.HeaderClassName
{
color: #173F70;
}
.AnyTagClassName
{
color: #173F70;
}
</style>
background-color css
<style>
a { background-color: #173F70; }
a { background-color: rgb(23,63,112); }
div.DivClassName
{
background-color: #173F70;
}
.BgClassName
{
background-color: #173F70;
}
</style>
border-color css
<style>
span { border-color: #173F70; }
span { border-color: rgb(23,63,112); }
td.TdClassName
{
border-color: #173F70;
}
.TagClassName
{
border-color: #173F70;
}
</style>