Shades of Regal Blue #173F68
Tints of Regal Blue #173F68
RGB
CMYK
RGB Variations
Color information
#173F68 (or 0x173F68) is known color: Regal Blue. HEX triplet: 17, 3F and 68. RGB value is (23,63,104). Sum of RGB (Red+Green+Blue) = 23+63+104=190 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.11% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 104 (41.02% from 255 or 54.74% from 190); Max value from RGB is 104 - color contains mainly: blue. Hex color #173F68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173F68 is #E8C097. Grayscale: #373737. Windows color (decimal): -15253656 or 6831895. OLE color: 6831895.
HSL color Cylindrical-coordinate representation of color #173F68: hue angle of 210.37º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #173F68 is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 23 | 63 | 104 | - |
| CMYK | 0.78 | 0.39 | 0 | 0.59 |
| HSL | 210.37º | 0.64% | 0.25% | - |
| HSV(B) | 210.37º | 0.78% | 0.41% | - |
| XYZ | 4.63 | 4.74 | 13.77 | - |
| YUV | 55.71 | 155.25 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 63 | 104 | 0.78 | 0.39 | 0 | 0.59 | 210.37 | 0.64 | 0.25 |
| Hex | 17 | 3F | 68 | 4E | 27 | 0 | 3B | D2 | 40 | 19 |
| Octal | 27 | 77 | 150 | 116 | 47 | 0 | 73 | 322 | 100 | 31 |
| Binary | 10111 | 111111 | 1101000 | 1001110 | 100111 | 0 | 111011 | 11010010 | 1000000 | 11001 |
Color Harmonies of #173F68
Complementary color
Monochromatic Colors of #173F68
Black with #173F68
Text Example
Text Example
White with #173F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173F68; }
p { color: rgb(23,63,104); }
H1.HeaderClassName
{
color: #173F68;
}
.AnyTagClassName
{
color: #173F68;
}
</style>
background-color css
<style>
a { background-color: #173F68; }
a { background-color: rgb(23,63,104); }
div.DivClassName
{
background-color: #173F68;
}
.BgClassName
{
background-color: #173F68;
}
</style>
border-color css
<style>
span { border-color: #173F68; }
span { border-color: rgb(23,63,104); }
td.TdClassName
{
border-color: #173F68;
}
.TagClassName
{
border-color: #173F68;
}
</style>