Shades of Regal Blue #153954
Tints of Regal Blue #153954
RGB
CMYK
RGB Variations
Color information
#153954 (or 0x153954) is known color: Regal Blue. HEX triplet: 15, 39 and 54. RGB value is (21,57,84). Sum of RGB (Red+Green+Blue) = 21+57+84=162 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.96% from 162); Green value is 57 (22.66% from 255 or 35.19% from 162); Blue value is 84 (33.20% from 255 or 51.85% from 162); Max value from RGB is 84 - color contains mainly: blue. Hex color #153954 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153954 is #EAC6AB. Grayscale: #313131. Windows color (decimal): -15386284 or 5519637. OLE color: 5519637.
HSL color Cylindrical-coordinate representation of color #153954: hue angle of 205.71º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #153954 is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 57 | 84 | - |
| CMYK | 0.75 | 0.32 | 0 | 0.67 |
| HSL | 205.71º | 0.6% | 0.21% | - |
| HSV(B) | 205.71º | 0.75% | 0.33% | - |
| XYZ | 3.37 | 3.73 | 8.93 | - |
| YUV | 49.31 | 147.57 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 57 | 84 | 0.75 | 0.32 | 0 | 0.67 | 205.71 | 0.6 | 0.21 |
| Hex | 15 | 39 | 54 | 4B | 20 | 0 | 43 | CE | 3C | 15 |
| Octal | 25 | 71 | 124 | 113 | 40 | 0 | 103 | 316 | 74 | 25 |
| Binary | 10101 | 111001 | 1010100 | 1001011 | 100000 | 0 | 1000011 | 11001110 | 111100 | 10101 |
Color Harmonies of #153954
Complementary color
Monochromatic Colors of #153954
Black with #153954
Text Example
Text Example
White with #153954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153954; }
p { color: rgb(21,57,84); }
H1.HeaderClassName
{
color: #153954;
}
.AnyTagClassName
{
color: #153954;
}
</style>
background-color css
<style>
a { background-color: #153954; }
a { background-color: rgb(21,57,84); }
div.DivClassName
{
background-color: #153954;
}
.BgClassName
{
background-color: #153954;
}
</style>
border-color css
<style>
span { border-color: #153954; }
span { border-color: rgb(21,57,84); }
td.TdClassName
{
border-color: #153954;
}
.TagClassName
{
border-color: #153954;
}
</style>