Shades of Dark Cerulean #173C7F
Tints of Dark Cerulean #173C7F
RGB
CMYK
RGB Variations
Color information
#173C7F (or 0x173C7F) is known color: Dark Cerulean. HEX triplet: 17, 3C and 7F. RGB value is (23,60,127). Sum of RGB (Red+Green+Blue) = 23+60+127=210 (27% of max value = 765). Red value is 23 (9.38% from 255 or 10.95% from 210); Green value is 60 (23.83% from 255 or 28.57% from 210); Blue value is 127 (50% from 255 or 60.48% from 210); Max value from RGB is 127 - color contains mainly: blue. Hex color #173C7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173C7F is #E8C380. Grayscale: #383838. Windows color (decimal): -15254401 or 8338455. OLE color: 8338455.
HSL color Cylindrical-coordinate representation of color #173C7F: hue angle of 218.65º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #173C7F is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 23 | 60 | 127 | - |
| CMYK | 0.82 | 0.53 | 0 | 0.50 |
| HSL | 218.65º | 0.69% | 0.29% | - |
| HSV(B) | 218.65º | 0.82% | 0.5% | - |
| XYZ | 5.8 | 4.95 | 20.73 | - |
| YUV | 56.58 | 167.74 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 60 | 127 | 0.82 | 0.53 | 0 | 0.50 | 218.65 | 0.69 | 0.29 |
| Hex | 17 | 3C | 7F | 52 | 35 | 0 | 32 | DB | 45 | 1D |
| Octal | 27 | 74 | 177 | 122 | 65 | 0 | 62 | 333 | 105 | 35 |
| Binary | 10111 | 111100 | 1111111 | 1010010 | 110101 | 0 | 110010 | 11011011 | 1000101 | 11101 |
Color Harmonies of #173C7F
Complementary color
Monochromatic Colors of #173C7F
Black with #173C7F
Text Example
Text Example
White with #173C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173C7F; }
p { color: rgb(23,60,127); }
H1.HeaderClassName
{
color: #173C7F;
}
.AnyTagClassName
{
color: #173C7F;
}
</style>
background-color css
<style>
a { background-color: #173C7F; }
a { background-color: rgb(23,60,127); }
div.DivClassName
{
background-color: #173C7F;
}
.BgClassName
{
background-color: #173C7F;
}
</style>
border-color css
<style>
span { border-color: #173C7F; }
span { border-color: rgb(23,60,127); }
td.TdClassName
{
border-color: #173C7F;
}
.TagClassName
{
border-color: #173C7F;
}
</style>