Shades of Dark Cerulean #173C8B
Tints of Dark Cerulean #173C8B
RGB
CMYK
RGB Variations
Color information
#173C8B (or 0x173C8B) is known color: Dark Cerulean. HEX triplet: 17, 3C and 8B. RGB value is (23,60,139). Sum of RGB (Red+Green+Blue) = 23+60+139=222 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.36% from 222); Green value is 60 (23.83% from 255 or 27.03% from 222); Blue value is 139 (54.69% from 255 or 62.61% from 222); Max value from RGB is 139 - color contains mainly: blue. Hex color #173C8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #173C8B is #E8C374. Grayscale: #393939. Windows color (decimal): -15254389 or 9124887. OLE color: 9124887.
HSL color Cylindrical-coordinate representation of color #173C8B: hue angle of 220.86º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #173C8B is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 23 | 60 | 139 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.45 |
| HSL | 220.86º | 0.72% | 0.32% | - |
| HSV(B) | 220.86º | 0.83% | 0.55% | - |
| XYZ | 6.63 | 5.28 | 25.1 | - |
| YUV | 57.94 | 173.74 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 60 | 139 | 0.83 | 0.57 | 0 | 0.45 | 220.86 | 0.72 | 0.32 |
| Hex | 17 | 3C | 8B | 53 | 39 | 0 | 2D | DD | 48 | 20 |
| Octal | 27 | 74 | 213 | 123 | 71 | 0 | 55 | 335 | 110 | 40 |
| Binary | 10111 | 111100 | 10001011 | 1010011 | 111001 | 0 | 101101 | 11011101 | 1001000 | 100000 |
Color Harmonies of #173C8B
Complementary color
Monochromatic Colors of #173C8B
Black with #173C8B
Text Example
Text Example
White with #173C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173C8B; }
p { color: rgb(23,60,139); }
H1.HeaderClassName
{
color: #173C8B;
}
.AnyTagClassName
{
color: #173C8B;
}
</style>
background-color css
<style>
a { background-color: #173C8B; }
a { background-color: rgb(23,60,139); }
div.DivClassName
{
background-color: #173C8B;
}
.BgClassName
{
background-color: #173C8B;
}
</style>
border-color css
<style>
span { border-color: #173C8B; }
span { border-color: rgb(23,60,139); }
td.TdClassName
{
border-color: #173C8B;
}
.TagClassName
{
border-color: #173C8B;
}
</style>