Shades of Regal Blue #17385D
Tints of Regal Blue #17385D
RGB
CMYK
RGB Variations
Color information
#17385D (or 0x17385D) is known color: Regal Blue. HEX triplet: 17, 38 and 5D. RGB value is (23,56,93). Sum of RGB (Red+Green+Blue) = 23+56+93=172 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.37% from 172); Green value is 56 (22.27% from 255 or 32.56% from 172); Blue value is 93 (36.72% from 255 or 54.07% from 172); Max value from RGB is 93 - color contains mainly: blue. Hex color #17385D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17385D is #E8C7A2. Grayscale: #323232. Windows color (decimal): -15255459 or 6109207. OLE color: 6109207.
HSL color Cylindrical-coordinate representation of color #17385D: hue angle of 211.71º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #17385D is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 56 | 93 | - |
| CMYK | 0.75 | 0.40 | 0 | 0.64 |
| HSL | 211.71º | 0.6% | 0.23% | - |
| HSV(B) | 211.71º | 0.75% | 0.36% | - |
| XYZ | 3.74 | 3.8 | 10.89 | - |
| YUV | 50.35 | 152.07 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 56 | 93 | 0.75 | 0.40 | 0 | 0.64 | 211.71 | 0.6 | 0.23 |
| Hex | 17 | 38 | 5D | 4B | 28 | 0 | 40 | D4 | 3C | 17 |
| Octal | 27 | 70 | 135 | 113 | 50 | 0 | 100 | 324 | 74 | 27 |
| Binary | 10111 | 111000 | 1011101 | 1001011 | 101000 | 0 | 1000000 | 11010100 | 111100 | 10111 |
Color Harmonies of #17385D
Complementary color
Monochromatic Colors of #17385D
Black with #17385D
Text Example
Text Example
White with #17385D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17385D; }
p { color: rgb(23,56,93); }
H1.HeaderClassName
{
color: #17385D;
}
.AnyTagClassName
{
color: #17385D;
}
</style>
background-color css
<style>
a { background-color: #17385D; }
a { background-color: rgb(23,56,93); }
div.DivClassName
{
background-color: #17385D;
}
.BgClassName
{
background-color: #17385D;
}
</style>
border-color css
<style>
span { border-color: #17385D; }
span { border-color: rgb(23,56,93); }
td.TdClassName
{
border-color: #17385D;
}
.TagClassName
{
border-color: #17385D;
}
</style>