Shades of Regal Blue #17385A
Tints of Regal Blue #17385A
RGB
CMYK
RGB Variations
Color information
#17385A (or 0x17385A) is known color: Regal Blue. HEX triplet: 17, 38 and 5A. RGB value is (23,56,90). Sum of RGB (Red+Green+Blue) = 23+56+90=169 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.61% from 169); Green value is 56 (22.27% from 255 or 33.14% from 169); Blue value is 90 (35.55% from 255 or 53.25% from 169); Max value from RGB is 90 - color contains mainly: blue. Hex color #17385A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17385A is #E8C7A5. Grayscale: #313131. Windows color (decimal): -15255462 or 5912599. OLE color: 5912599.
HSL color Cylindrical-coordinate representation of color #17385A: hue angle of 210.45º 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 #17385A is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 56 | 90 | - |
| CMYK | 0.74 | 0.38 | 0 | 0.65 |
| HSL | 210.45º | 0.59% | 0.22% | - |
| HSV(B) | 210.45º | 0.74% | 0.35% | - |
| XYZ | 3.61 | 3.75 | 10.21 | - |
| YUV | 50.01 | 150.57 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 56 | 90 | 0.74 | 0.38 | 0 | 0.65 | 210.45 | 0.59 | 0.22 |
| Hex | 17 | 38 | 5A | 4A | 26 | 0 | 41 | D2 | 3B | 16 |
| Octal | 27 | 70 | 132 | 112 | 46 | 0 | 101 | 322 | 73 | 26 |
| Binary | 10111 | 111000 | 1011010 | 1001010 | 100110 | 0 | 1000001 | 11010010 | 111011 | 10110 |
Color Harmonies of #17385A
Complementary color
Monochromatic Colors of #17385A
Black with #17385A
Text Example
Text Example
White with #17385A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17385A; }
p { color: rgb(23,56,90); }
H1.HeaderClassName
{
color: #17385A;
}
.AnyTagClassName
{
color: #17385A;
}
</style>
background-color css
<style>
a { background-color: #17385A; }
a { background-color: rgb(23,56,90); }
div.DivClassName
{
background-color: #17385A;
}
.BgClassName
{
background-color: #17385A;
}
</style>
border-color css
<style>
span { border-color: #17385A; }
span { border-color: rgb(23,56,90); }
td.TdClassName
{
border-color: #17385A;
}
.TagClassName
{
border-color: #17385A;
}
</style>