Shades of Regal Blue #174058
Tints of Regal Blue #174058
RGB
CMYK
RGB Variations
Color information
#174058 (or 0x174058) is known color: Regal Blue. HEX triplet: 17, 40 and 58. RGB value is (23,64,88). Sum of RGB (Red+Green+Blue) = 23+64+88=175 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.14% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 88 (34.77% from 255 or 50.29% from 175); Max value from RGB is 88 - color contains mainly: blue. Hex color #174058 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174058 is #E8BFA7. Grayscale: #363636. Windows color (decimal): -15253416 or 5783575. OLE color: 5783575.
HSL color Cylindrical-coordinate representation of color #174058: hue angle of 202.15º 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 #174058 is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 64 | 88 | - |
| CMYK | 0.74 | 0.27 | 0 | 0.65 |
| HSL | 202.15º | 0.59% | 0.22% | - |
| HSV(B) | 202.15º | 0.74% | 0.35% | - |
| XYZ | 3.95 | 4.55 | 9.9 | - |
| YUV | 54.48 | 146.92 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 64 | 88 | 0.74 | 0.27 | 0 | 0.65 | 202.15 | 0.59 | 0.22 |
| Hex | 17 | 40 | 58 | 4A | 1B | 0 | 41 | CA | 3B | 16 |
| Octal | 27 | 100 | 130 | 112 | 33 | 0 | 101 | 312 | 73 | 26 |
| Binary | 10111 | 1000000 | 1011000 | 1001010 | 11011 | 0 | 1000001 | 11001010 | 111011 | 10110 |
Color Harmonies of #174058
Complementary color
Monochromatic Colors of #174058
Black with #174058
Text Example
Text Example
White with #174058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174058; }
p { color: rgb(23,64,88); }
H1.HeaderClassName
{
color: #174058;
}
.AnyTagClassName
{
color: #174058;
}
</style>
background-color css
<style>
a { background-color: #174058; }
a { background-color: rgb(23,64,88); }
div.DivClassName
{
background-color: #174058;
}
.BgClassName
{
background-color: #174058;
}
</style>
border-color css
<style>
span { border-color: #174058; }
span { border-color: rgb(23,64,88); }
td.TdClassName
{
border-color: #174058;
}
.TagClassName
{
border-color: #174058;
}
</style>