Shades of Dark Cerulean #173D8A
Tints of Dark Cerulean #173D8A
RGB
CMYK
RGB Variations
Color information
#173D8A (or 0x173D8A) is known color: Dark Cerulean. HEX triplet: 17, 3D and 8A. RGB value is (23,61,138). Sum of RGB (Red+Green+Blue) = 23+61+138=222 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.36% from 222); Green value is 61 (24.22% from 255 or 27.48% from 222); Blue value is 138 (54.30% from 255 or 62.16% from 222); Max value from RGB is 138 - color contains mainly: blue. Hex color #173D8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #173D8A is #E8C275. Grayscale: #3A3A3A. Windows color (decimal): -15254134 or 9059607. OLE color: 9059607.
HSL color Cylindrical-coordinate representation of color #173D8A: hue angle of 220.17º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #173D8A is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 23 | 61 | 138 | - |
| CMYK | 0.83 | 0.56 | 0 | 0.46 |
| HSL | 220.17º | 0.71% | 0.32% | - |
| HSV(B) | 220.17º | 0.83% | 0.54% | - |
| XYZ | 6.61 | 5.35 | 24.73 | - |
| YUV | 58.42 | 172.91 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 61 | 138 | 0.83 | 0.56 | 0 | 0.46 | 220.17 | 0.71 | 0.32 |
| Hex | 17 | 3D | 8A | 53 | 38 | 0 | 2E | DC | 47 | 20 |
| Octal | 27 | 75 | 212 | 123 | 70 | 0 | 56 | 334 | 107 | 40 |
| Binary | 10111 | 111101 | 10001010 | 1010011 | 111000 | 0 | 101110 | 11011100 | 1000111 | 100000 |
Color Harmonies of #173D8A
Complementary color
Monochromatic Colors of #173D8A
Black with #173D8A
Text Example
Text Example
White with #173D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173D8A; }
p { color: rgb(23,61,138); }
H1.HeaderClassName
{
color: #173D8A;
}
.AnyTagClassName
{
color: #173D8A;
}
</style>
background-color css
<style>
a { background-color: #173D8A; }
a { background-color: rgb(23,61,138); }
div.DivClassName
{
background-color: #173D8A;
}
.BgClassName
{
background-color: #173D8A;
}
</style>
border-color css
<style>
span { border-color: #173D8A; }
span { border-color: rgb(23,61,138); }
td.TdClassName
{
border-color: #173D8A;
}
.TagClassName
{
border-color: #173D8A;
}
</style>