Shades of Dark Cerulean #173F8C
Tints of Dark Cerulean #173F8C
RGB
CMYK
RGB Variations
Color information
#173F8C (or 0x173F8C) is known color: Dark Cerulean. HEX triplet: 17, 3F and 8C. RGB value is (23,63,140). Sum of RGB (Red+Green+Blue) = 23+63+140=226 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.18% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 140 (55.08% from 255 or 61.95% from 226); Max value from RGB is 140 - color contains mainly: blue. Hex color #173F8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #173F8C is #E8C073. Grayscale: #3B3B3B. Windows color (decimal): -15253620 or 9191191. OLE color: 9191191.
HSL color Cylindrical-coordinate representation of color #173F8C: hue angle of 219.49º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #173F8C is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 23 | 63 | 140 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.45 |
| HSL | 219.49º | 0.72% | 0.32% | - |
| HSV(B) | 219.49º | 0.84% | 0.55% | - |
| XYZ | 6.86 | 5.63 | 25.54 | - |
| YUV | 59.82 | 173.25 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 63 | 140 | 0.84 | 0.55 | 0 | 0.45 | 219.49 | 0.72 | 0.32 |
| Hex | 17 | 3F | 8C | 54 | 37 | 0 | 2D | DB | 48 | 20 |
| Octal | 27 | 77 | 214 | 124 | 67 | 0 | 55 | 333 | 110 | 40 |
| Binary | 10111 | 111111 | 10001100 | 1010100 | 110111 | 0 | 101101 | 11011011 | 1001000 | 100000 |
Color Harmonies of #173F8C
Complementary color
Monochromatic Colors of #173F8C
Black with #173F8C
Text Example
Text Example
White with #173F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173F8C; }
p { color: rgb(23,63,140); }
H1.HeaderClassName
{
color: #173F8C;
}
.AnyTagClassName
{
color: #173F8C;
}
</style>
background-color css
<style>
a { background-color: #173F8C; }
a { background-color: rgb(23,63,140); }
div.DivClassName
{
background-color: #173F8C;
}
.BgClassName
{
background-color: #173F8C;
}
</style>
border-color css
<style>
span { border-color: #173F8C; }
span { border-color: rgb(23,63,140); }
td.TdClassName
{
border-color: #173F8C;
}
.TagClassName
{
border-color: #173F8C;
}
</style>