Shades of Regal Blue #17395F
Tints of Regal Blue #17395F
RGB
CMYK
RGB Variations
Color information
#17395F (or 0x17395F) is known color: Regal Blue. HEX triplet: 17, 39 and 5F. RGB value is (23,57,95). Sum of RGB (Red+Green+Blue) = 23+57+95=175 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.14% from 175); Green value is 57 (22.66% from 255 or 32.57% from 175); Blue value is 95 (37.5% from 255 or 54.29% from 175); Max value from RGB is 95 - color contains mainly: blue. Hex color #17395F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17395F is #E8C6A0. Grayscale: #323232. Windows color (decimal): -15255201 or 6240535. OLE color: 6240535.
HSL color Cylindrical-coordinate representation of color #17395F: hue angle of 211.67º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #17395F is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 23 | 57 | 95 | - |
| CMYK | 0.76 | 0.40 | 0 | 0.63 |
| HSL | 211.67º | 0.61% | 0.23% | - |
| HSV(B) | 211.67º | 0.76% | 0.37% | - |
| XYZ | 3.88 | 3.93 | 11.38 | - |
| YUV | 51.17 | 152.74 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 57 | 95 | 0.76 | 0.40 | 0 | 0.63 | 211.67 | 0.61 | 0.23 |
| Hex | 17 | 39 | 5F | 4C | 28 | 0 | 3F | D4 | 3D | 17 |
| Octal | 27 | 71 | 137 | 114 | 50 | 0 | 77 | 324 | 75 | 27 |
| Binary | 10111 | 111001 | 1011111 | 1001100 | 101000 | 0 | 111111 | 11010100 | 111101 | 10111 |
Color Harmonies of #17395F
Complementary color
Monochromatic Colors of #17395F
Black with #17395F
Text Example
Text Example
White with #17395F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17395F; }
p { color: rgb(23,57,95); }
H1.HeaderClassName
{
color: #17395F;
}
.AnyTagClassName
{
color: #17395F;
}
</style>
background-color css
<style>
a { background-color: #17395F; }
a { background-color: rgb(23,57,95); }
div.DivClassName
{
background-color: #17395F;
}
.BgClassName
{
background-color: #17395F;
}
</style>
border-color css
<style>
span { border-color: #17395F; }
span { border-color: rgb(23,57,95); }
td.TdClassName
{
border-color: #17395F;
}
.TagClassName
{
border-color: #17395F;
}
</style>