Shades of Regal Blue #174468
Tints of Regal Blue #174468
RGB
CMYK
RGB Variations
Color information
#174468 (or 0x174468) is known color: Regal Blue. HEX triplet: 17, 44 and 68. RGB value is (23,68,104). Sum of RGB (Red+Green+Blue) = 23+68+104=195 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.79% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 104 (41.02% from 255 or 53.33% from 195); Max value from RGB is 104 - color contains mainly: blue. Hex color #174468 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174468 is #E8BB97. Grayscale: #3A3A3A. Windows color (decimal): -15252376 or 6833175. OLE color: 6833175.
HSL color Cylindrical-coordinate representation of color #174468: hue angle of 206.67º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #174468 is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 23 | 68 | 104 | - |
| CMYK | 0.78 | 0.35 | 0 | 0.59 |
| HSL | 206.67º | 0.64% | 0.25% | - |
| HSV(B) | 206.67º | 0.78% | 0.41% | - |
| XYZ | 4.92 | 5.32 | 13.86 | - |
| YUV | 58.65 | 153.59 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 68 | 104 | 0.78 | 0.35 | 0 | 0.59 | 206.67 | 0.64 | 0.25 |
| Hex | 17 | 44 | 68 | 4E | 23 | 0 | 3B | CF | 40 | 19 |
| Octal | 27 | 104 | 150 | 116 | 43 | 0 | 73 | 317 | 100 | 31 |
| Binary | 10111 | 1000100 | 1101000 | 1001110 | 100011 | 0 | 111011 | 11001111 | 1000000 | 11001 |
Color Harmonies of #174468
Complementary color
Monochromatic Colors of #174468
Black with #174468
Text Example
Text Example
White with #174468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174468; }
p { color: rgb(23,68,104); }
H1.HeaderClassName
{
color: #174468;
}
.AnyTagClassName
{
color: #174468;
}
</style>
background-color css
<style>
a { background-color: #174468; }
a { background-color: rgb(23,68,104); }
div.DivClassName
{
background-color: #174468;
}
.BgClassName
{
background-color: #174468;
}
</style>
border-color css
<style>
span { border-color: #174468; }
span { border-color: rgb(23,68,104); }
td.TdClassName
{
border-color: #174468;
}
.TagClassName
{
border-color: #174468;
}
</style>