Shades of Regal Blue #174363
Tints of Regal Blue #174363
RGB
CMYK
RGB Variations
Color information
#174363 (or 0x174363) is known color: Regal Blue. HEX triplet: 17, 43 and 63. RGB value is (23,67,99). Sum of RGB (Red+Green+Blue) = 23+67+99=189 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.17% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 99 (39.06% from 255 or 52.38% from 189); Max value from RGB is 99 - color contains mainly: blue. Hex color #174363 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174363 is #E8BC9C. Grayscale: #393939. Windows color (decimal): -15252637 or 6505239. OLE color: 6505239.
HSL color Cylindrical-coordinate representation of color #174363: hue angle of 205.26º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #174363 is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 23 | 67 | 99 | - |
| CMYK | 0.77 | 0.32 | 0 | 0.61 |
| HSL | 205.26º | 0.62% | 0.24% | - |
| HSV(B) | 205.26º | 0.77% | 0.39% | - |
| XYZ | 4.61 | 5.1 | 12.55 | - |
| YUV | 57.49 | 151.42 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 67 | 99 | 0.77 | 0.32 | 0 | 0.61 | 205.26 | 0.62 | 0.24 |
| Hex | 17 | 43 | 63 | 4D | 20 | 0 | 3D | CD | 3E | 18 |
| Octal | 27 | 103 | 143 | 115 | 40 | 0 | 75 | 315 | 76 | 30 |
| Binary | 10111 | 1000011 | 1100011 | 1001101 | 100000 | 0 | 111101 | 11001101 | 111110 | 11000 |
Color Harmonies of #174363
Complementary color
Monochromatic Colors of #174363
Black with #174363
Text Example
Text Example
White with #174363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174363; }
p { color: rgb(23,67,99); }
H1.HeaderClassName
{
color: #174363;
}
.AnyTagClassName
{
color: #174363;
}
</style>
background-color css
<style>
a { background-color: #174363; }
a { background-color: rgb(23,67,99); }
div.DivClassName
{
background-color: #174363;
}
.BgClassName
{
background-color: #174363;
}
</style>
border-color css
<style>
span { border-color: #174363; }
span { border-color: rgb(23,67,99); }
td.TdClassName
{
border-color: #174363;
}
.TagClassName
{
border-color: #174363;
}
</style>