Shades of Dark Cerulean #173C7D
Tints of Dark Cerulean #173C7D
RGB
CMYK
RGB Variations
Color information
#173C7D (or 0x173C7D) is known color: Dark Cerulean. HEX triplet: 17, 3C and 7D. RGB value is (23,60,125). Sum of RGB (Red+Green+Blue) = 23+60+125=208 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.06% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 125 (49.22% from 255 or 60.10% from 208); Max value from RGB is 125 - color contains mainly: blue. Hex color #173C7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173C7D is #E8C382. Grayscale: #383838. Windows color (decimal): -15254403 or 8207383. OLE color: 8207383.
HSL color Cylindrical-coordinate representation of color #173C7D: hue angle of 218.24º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #173C7D is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 23 | 60 | 125 | - |
| CMYK | 0.82 | 0.52 | 0 | 0.51 |
| HSL | 218.24º | 0.69% | 0.29% | - |
| HSV(B) | 218.24º | 0.82% | 0.49% | - |
| XYZ | 5.67 | 4.89 | 20.05 | - |
| YUV | 56.35 | 166.74 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 60 | 125 | 0.82 | 0.52 | 0 | 0.51 | 218.24 | 0.69 | 0.29 |
| Hex | 17 | 3C | 7D | 52 | 34 | 0 | 33 | DA | 45 | 1D |
| Octal | 27 | 74 | 175 | 122 | 64 | 0 | 63 | 332 | 105 | 35 |
| Binary | 10111 | 111100 | 1111101 | 1010010 | 110100 | 0 | 110011 | 11011010 | 1000101 | 11101 |
Color Harmonies of #173C7D
Complementary color
Monochromatic Colors of #173C7D
Black with #173C7D
Text Example
Text Example
White with #173C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173C7D; }
p { color: rgb(23,60,125); }
H1.HeaderClassName
{
color: #173C7D;
}
.AnyTagClassName
{
color: #173C7D;
}
</style>
background-color css
<style>
a { background-color: #173C7D; }
a { background-color: rgb(23,60,125); }
div.DivClassName
{
background-color: #173C7D;
}
.BgClassName
{
background-color: #173C7D;
}
</style>
border-color css
<style>
span { border-color: #173C7D; }
span { border-color: rgb(23,60,125); }
td.TdClassName
{
border-color: #173C7D;
}
.TagClassName
{
border-color: #173C7D;
}
</style>