Shades of Regal Blue #174365
Tints of Regal Blue #174365
RGB
CMYK
RGB Variations
Color information
#174365 (or 0x174365) is known color: Regal Blue. HEX triplet: 17, 43 and 65. RGB value is (23,67,101). Sum of RGB (Red+Green+Blue) = 23+67+101=191 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.04% from 191); Green value is 67 (26.56% from 255 or 35.08% from 191); Blue value is 101 (39.84% from 255 or 52.88% from 191); Max value from RGB is 101 - color contains mainly: blue. Hex color #174365 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174365 is #E8BC9A. Grayscale: #393939. Windows color (decimal): -15252635 or 6636311. OLE color: 6636311.
HSL color Cylindrical-coordinate representation of color #174365: hue angle of 206.15º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #174365 is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 23 | 67 | 101 | - |
| CMYK | 0.77 | 0.34 | 0 | 0.60 |
| HSL | 206.15º | 0.63% | 0.24% | - |
| HSV(B) | 206.15º | 0.77% | 0.4% | - |
| XYZ | 4.71 | 5.14 | 13.06 | - |
| YUV | 57.72 | 152.42 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 67 | 101 | 0.77 | 0.34 | 0 | 0.60 | 206.15 | 0.63 | 0.24 |
| Hex | 17 | 43 | 65 | 4D | 22 | 0 | 3C | CE | 3F | 18 |
| Octal | 27 | 103 | 145 | 115 | 42 | 0 | 74 | 316 | 77 | 30 |
| Binary | 10111 | 1000011 | 1100101 | 1001101 | 100010 | 0 | 111100 | 11001110 | 111111 | 11000 |
Color Harmonies of #174365
Complementary color
Monochromatic Colors of #174365
Black with #174365
Text Example
Text Example
White with #174365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174365; }
p { color: rgb(23,67,101); }
H1.HeaderClassName
{
color: #174365;
}
.AnyTagClassName
{
color: #174365;
}
</style>
background-color css
<style>
a { background-color: #174365; }
a { background-color: rgb(23,67,101); }
div.DivClassName
{
background-color: #174365;
}
.BgClassName
{
background-color: #174365;
}
</style>
border-color css
<style>
span { border-color: #174365; }
span { border-color: rgb(23,67,101); }
td.TdClassName
{
border-color: #174365;
}
.TagClassName
{
border-color: #174365;
}
</style>