Shades of Regal Blue #173858
Tints of Regal Blue #173858
RGB
CMYK
RGB Variations
Color information
#173858 (or 0x173858) is known color: Regal Blue. HEX triplet: 17, 38 and 58. RGB value is (23,56,88). Sum of RGB (Red+Green+Blue) = 23+56+88=167 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.77% from 167); Green value is 56 (22.27% from 255 or 33.53% from 167); Blue value is 88 (34.77% from 255 or 52.69% from 167); Max value from RGB is 88 - color contains mainly: blue. Hex color #173858 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173858 is #E8C7A7. Grayscale: #313131. Windows color (decimal): -15255464 or 5781527. OLE color: 5781527.
HSL color Cylindrical-coordinate representation of color #173858: hue angle of 209.54º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #173858 is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 56 | 88 | - |
| CMYK | 0.74 | 0.36 | 0 | 0.65 |
| HSL | 209.54º | 0.59% | 0.22% | - |
| HSV(B) | 209.54º | 0.74% | 0.35% | - |
| XYZ | 3.53 | 3.72 | 9.76 | - |
| YUV | 49.78 | 149.57 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 56 | 88 | 0.74 | 0.36 | 0 | 0.65 | 209.54 | 0.59 | 0.22 |
| Hex | 17 | 38 | 58 | 4A | 24 | 0 | 41 | D2 | 3B | 16 |
| Octal | 27 | 70 | 130 | 112 | 44 | 0 | 101 | 322 | 73 | 26 |
| Binary | 10111 | 111000 | 1011000 | 1001010 | 100100 | 0 | 1000001 | 11010010 | 111011 | 10110 |
Color Harmonies of #173858
Complementary color
Monochromatic Colors of #173858
Black with #173858
Text Example
Text Example
White with #173858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173858; }
p { color: rgb(23,56,88); }
H1.HeaderClassName
{
color: #173858;
}
.AnyTagClassName
{
color: #173858;
}
</style>
background-color css
<style>
a { background-color: #173858; }
a { background-color: rgb(23,56,88); }
div.DivClassName
{
background-color: #173858;
}
.BgClassName
{
background-color: #173858;
}
</style>
border-color css
<style>
span { border-color: #173858; }
span { border-color: rgb(23,56,88); }
td.TdClassName
{
border-color: #173858;
}
.TagClassName
{
border-color: #173858;
}
</style>