Shades of Regal Blue #154166
Tints of Regal Blue #154166
RGB
CMYK
RGB Variations
Color information
#154166 (or 0x154166) is known color: Regal Blue. HEX triplet: 15, 41 and 66. RGB value is (21,65,102). Sum of RGB (Red+Green+Blue) = 21+65+102=188 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.17% from 188); Green value is 65 (25.78% from 255 or 34.57% from 188); Blue value is 102 (40.23% from 255 or 54.26% from 188); Max value from RGB is 102 - color contains mainly: blue. Hex color #154166 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154166 is #EABE99. Grayscale: #373737. Windows color (decimal): -15384218 or 6701333. OLE color: 6701333.
HSL color Cylindrical-coordinate representation of color #154166: hue angle of 207.41º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #154166 is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 21 | 65 | 102 | - |
| CMYK | 0.79 | 0.36 | 0 | 0.6 |
| HSL | 207.41º | 0.66% | 0.24% | - |
| HSV(B) | 207.41º | 0.79% | 0.4% | - |
| XYZ | 4.6 | 4.9 | 13.27 | - |
| YUV | 56.06 | 153.92 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 65 | 102 | 0.79 | 0.36 | 0 | 0.6 | 207.41 | 0.66 | 0.24 |
| Hex | 15 | 41 | 66 | 4F | 24 | 0 | 3C | CF | 42 | 18 |
| Octal | 25 | 101 | 146 | 117 | 44 | 0 | 74 | 317 | 102 | 30 |
| Binary | 10101 | 1000001 | 1100110 | 1001111 | 100100 | 0 | 111100 | 11001111 | 1000010 | 11000 |
Color Harmonies of #154166
Complementary color
Monochromatic Colors of #154166
Black with #154166
Text Example
Text Example
White with #154166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154166; }
p { color: rgb(21,65,102); }
H1.HeaderClassName
{
color: #154166;
}
.AnyTagClassName
{
color: #154166;
}
</style>
background-color css
<style>
a { background-color: #154166; }
a { background-color: rgb(21,65,102); }
div.DivClassName
{
background-color: #154166;
}
.BgClassName
{
background-color: #154166;
}
</style>
border-color css
<style>
span { border-color: #154166; }
span { border-color: rgb(21,65,102); }
td.TdClassName
{
border-color: #154166;
}
.TagClassName
{
border-color: #154166;
}
</style>