Shades of Regal Blue #152F51
Tints of Regal Blue #152F51
RGB
CMYK
RGB Variations
Color information
#152F51 (or 0x152F51) is known color: Regal Blue. HEX triplet: 15, 2F and 51. RGB value is (21,47,81). Sum of RGB (Red+Green+Blue) = 21+47+81=149 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.09% from 149); Green value is 47 (18.75% from 255 or 31.54% from 149); Blue value is 81 (32.03% from 255 or 54.36% from 149); Max value from RGB is 81 - color contains mainly: blue. Hex color #152F51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152F51 is #EAD0AE. Grayscale: #2A2A2A. Windows color (decimal): -15388847 or 5320469. OLE color: 5320469.
HSL color Cylindrical-coordinate representation of color #152F51: hue angle of 214º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #152F51 is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 21 | 47 | 81 | - |
| CMYK | 0.74 | 0.42 | 0 | 0.68 |
| HSL | 214º | 0.59% | 0.2% | - |
| HSV(B) | 214º | 0.74% | 0.32% | - |
| XYZ | 2.81 | 2.79 | 8.17 | - |
| YUV | 43.1 | 149.39 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 47 | 81 | 0.74 | 0.42 | 0 | 0.68 | 214 | 0.59 | 0.2 |
| Hex | 15 | 2F | 51 | 4A | 2A | 0 | 44 | D6 | 3B | 14 |
| Octal | 25 | 57 | 121 | 112 | 52 | 0 | 104 | 326 | 73 | 24 |
| Binary | 10101 | 101111 | 1010001 | 1001010 | 101010 | 0 | 1000100 | 11010110 | 111011 | 10100 |
Color Harmonies of #152F51
Complementary color
Monochromatic Colors of #152F51
Black with #152F51
Text Example
Text Example
White with #152F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152F51; }
p { color: rgb(21,47,81); }
H1.HeaderClassName
{
color: #152F51;
}
.AnyTagClassName
{
color: #152F51;
}
</style>
background-color css
<style>
a { background-color: #152F51; }
a { background-color: rgb(21,47,81); }
div.DivClassName
{
background-color: #152F51;
}
.BgClassName
{
background-color: #152F51;
}
</style>
border-color css
<style>
span { border-color: #152F51; }
span { border-color: rgb(21,47,81); }
td.TdClassName
{
border-color: #152F51;
}
.TagClassName
{
border-color: #152F51;
}
</style>