Shades of Regal Blue #154160
Tints of Regal Blue #154160
RGB
CMYK
RGB Variations
Color information
#154160 (or 0x154160) is known color: Regal Blue. HEX triplet: 15, 41 and 60. RGB value is (21,65,96). Sum of RGB (Red+Green+Blue) = 21+65+96=182 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.54% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 96 (37.89% from 255 or 52.75% from 182); Max value from RGB is 96 - color contains mainly: blue. Hex color #154160 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154160 is #EABE9F. Grayscale: #373737. Windows color (decimal): -15384224 or 6308117. OLE color: 6308117.
HSL color Cylindrical-coordinate representation of color #154160: hue angle of 204.8º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #154160 is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 21 | 65 | 96 | - |
| CMYK | 0.78 | 0.32 | 0 | 0.62 |
| HSL | 204.8º | 0.64% | 0.23% | - |
| HSV(B) | 204.8º | 0.78% | 0.38% | - |
| XYZ | 4.31 | 4.78 | 11.76 | - |
| YUV | 55.38 | 150.92 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 65 | 96 | 0.78 | 0.32 | 0 | 0.62 | 204.8 | 0.64 | 0.23 |
| Hex | 15 | 41 | 60 | 4E | 20 | 0 | 3E | CD | 40 | 17 |
| Octal | 25 | 101 | 140 | 116 | 40 | 0 | 76 | 315 | 100 | 27 |
| Binary | 10101 | 1000001 | 1100000 | 1001110 | 100000 | 0 | 111110 | 11001101 | 1000000 | 10111 |
Color Harmonies of #154160
Complementary color
Monochromatic Colors of #154160
Black with #154160
Text Example
Text Example
White with #154160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154160; }
p { color: rgb(21,65,96); }
H1.HeaderClassName
{
color: #154160;
}
.AnyTagClassName
{
color: #154160;
}
</style>
background-color css
<style>
a { background-color: #154160; }
a { background-color: rgb(21,65,96); }
div.DivClassName
{
background-color: #154160;
}
.BgClassName
{
background-color: #154160;
}
</style>
border-color css
<style>
span { border-color: #154160; }
span { border-color: rgb(21,65,96); }
td.TdClassName
{
border-color: #154160;
}
.TagClassName
{
border-color: #154160;
}
</style>