Shades of Regal Blue #173453
Tints of Regal Blue #173453
RGB
CMYK
RGB Variations
Color information
#173453 (or 0x173453) is known color: Regal Blue. HEX triplet: 17, 34 and 53. RGB value is (23,52,83). Sum of RGB (Red+Green+Blue) = 23+52+83=158 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.56% from 158); Green value is 52 (20.70% from 255 or 32.91% from 158); Blue value is 83 (32.81% from 255 or 52.53% from 158); Max value from RGB is 83 - color contains mainly: blue. Hex color #173453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173453 is #E8CBAC. Grayscale: #2E2E2E. Windows color (decimal): -15256493 or 5452823. OLE color: 5452823.
HSL color Cylindrical-coordinate representation of color #173453: hue angle of 211º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #173453 is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 23 | 52 | 83 | - |
| CMYK | 0.72 | 0.37 | 0 | 0.67 |
| HSL | 211º | 0.57% | 0.21% | - |
| HSV(B) | 211º | 0.72% | 0.33% | - |
| XYZ | 3.14 | 3.26 | 8.65 | - |
| YUV | 46.86 | 148.39 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 52 | 83 | 0.72 | 0.37 | 0 | 0.67 | 211 | 0.57 | 0.21 |
| Hex | 17 | 34 | 53 | 48 | 25 | 0 | 43 | D3 | 39 | 15 |
| Octal | 27 | 64 | 123 | 110 | 45 | 0 | 103 | 323 | 71 | 25 |
| Binary | 10111 | 110100 | 1010011 | 1001000 | 100101 | 0 | 1000011 | 11010011 | 111001 | 10101 |
Color Harmonies of #173453
Complementary color
Monochromatic Colors of #173453
Black with #173453
Text Example
Text Example
White with #173453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173453; }
p { color: rgb(23,52,83); }
H1.HeaderClassName
{
color: #173453;
}
.AnyTagClassName
{
color: #173453;
}
</style>
background-color css
<style>
a { background-color: #173453; }
a { background-color: rgb(23,52,83); }
div.DivClassName
{
background-color: #173453;
}
.BgClassName
{
background-color: #173453;
}
</style>
border-color css
<style>
span { border-color: #173453; }
span { border-color: rgb(23,52,83); }
td.TdClassName
{
border-color: #173453;
}
.TagClassName
{
border-color: #173453;
}
</style>