Shades of Dark Cerulean #173C84
Tints of Dark Cerulean #173C84
RGB
CMYK
RGB Variations
Color information
#173C84 (or 0x173C84) is known color: Dark Cerulean. HEX triplet: 17, 3C and 84. RGB value is (23,60,132). Sum of RGB (Red+Green+Blue) = 23+60+132=215 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.70% from 215); Green value is 60 (23.83% from 255 or 27.91% from 215); Blue value is 132 (51.95% from 255 or 61.40% from 215); Max value from RGB is 132 - color contains mainly: blue. Hex color #173C84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #173C84 is #E8C37B. Grayscale: #383838. Windows color (decimal): -15254396 or 8666135. OLE color: 8666135.
HSL color Cylindrical-coordinate representation of color #173C84: hue angle of 219.63º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #173C84 is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 23 | 60 | 132 | - |
| CMYK | 0.83 | 0.55 | 0 | 0.48 |
| HSL | 219.63º | 0.7% | 0.3% | - |
| HSV(B) | 219.63º | 0.83% | 0.52% | - |
| XYZ | 6.13 | 5.08 | 22.49 | - |
| YUV | 57.15 | 170.24 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 60 | 132 | 0.83 | 0.55 | 0 | 0.48 | 219.63 | 0.7 | 0.3 |
| Hex | 17 | 3C | 84 | 53 | 37 | 0 | 30 | DC | 46 | 1E |
| Octal | 27 | 74 | 204 | 123 | 67 | 0 | 60 | 334 | 106 | 36 |
| Binary | 10111 | 111100 | 10000100 | 1010011 | 110111 | 0 | 110000 | 11011100 | 1000110 | 11110 |
Color Harmonies of #173C84
Complementary color
Monochromatic Colors of #173C84
Black with #173C84
Text Example
Text Example
White with #173C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173C84; }
p { color: rgb(23,60,132); }
H1.HeaderClassName
{
color: #173C84;
}
.AnyTagClassName
{
color: #173C84;
}
</style>
background-color css
<style>
a { background-color: #173C84; }
a { background-color: rgb(23,60,132); }
div.DivClassName
{
background-color: #173C84;
}
.BgClassName
{
background-color: #173C84;
}
</style>
border-color css
<style>
span { border-color: #173C84; }
span { border-color: rgb(23,60,132); }
td.TdClassName
{
border-color: #173C84;
}
.TagClassName
{
border-color: #173C84;
}
</style>