Shades of Dark Cerulean #173B70
Tints of Dark Cerulean #173B70
RGB
CMYK
RGB Variations
Color information
#173B70 (or 0x173B70) is known color: Dark Cerulean. HEX triplet: 17, 3B and 70. RGB value is (23,59,112). Sum of RGB (Red+Green+Blue) = 23+59+112=194 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.86% from 194); Green value is 59 (23.44% from 255 or 30.41% from 194); Blue value is 112 (44.14% from 255 or 57.73% from 194); Max value from RGB is 112 - color contains mainly: blue. Hex color #173B70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173B70 is #E8C48F. Grayscale: #363636. Windows color (decimal): -15254672 or 7355159. OLE color: 7355159.
HSL color Cylindrical-coordinate representation of color #173B70: hue angle of 215.73º 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 #173B70 is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 23 | 59 | 112 | - |
| CMYK | 0.79 | 0.47 | 0 | 0.56 |
| HSL | 215.73º | 0.66% | 0.26% | - |
| HSV(B) | 215.73º | 0.79% | 0.44% | - |
| XYZ | 4.84 | 4.48 | 15.94 | - |
| YUV | 54.28 | 160.57 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 59 | 112 | 0.79 | 0.47 | 0 | 0.56 | 215.73 | 0.66 | 0.26 |
| Hex | 17 | 3B | 70 | 4F | 2F | 0 | 38 | D8 | 42 | 1A |
| Octal | 27 | 73 | 160 | 117 | 57 | 0 | 70 | 330 | 102 | 32 |
| Binary | 10111 | 111011 | 1110000 | 1001111 | 101111 | 0 | 111000 | 11011000 | 1000010 | 11010 |
Color Harmonies of #173B70
Complementary color
Monochromatic Colors of #173B70
Black with #173B70
Text Example
Text Example
White with #173B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173B70; }
p { color: rgb(23,59,112); }
H1.HeaderClassName
{
color: #173B70;
}
.AnyTagClassName
{
color: #173B70;
}
</style>
background-color css
<style>
a { background-color: #173B70; }
a { background-color: rgb(23,59,112); }
div.DivClassName
{
background-color: #173B70;
}
.BgClassName
{
background-color: #173B70;
}
</style>
border-color css
<style>
span { border-color: #173B70; }
span { border-color: rgb(23,59,112); }
td.TdClassName
{
border-color: #173B70;
}
.TagClassName
{
border-color: #173B70;
}
</style>