Shades of Regal Blue #153754
Tints of Regal Blue #153754
RGB
CMYK
RGB Variations
Color information
#153754 (or 0x153754) is known color: Regal Blue. HEX triplet: 15, 37 and 54. RGB value is (21,55,84). Sum of RGB (Red+Green+Blue) = 21+55+84=160 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.12% from 160); Green value is 55 (21.88% from 255 or 34.38% from 160); Blue value is 84 (33.20% from 255 or 52.5% from 160); Max value from RGB is 84 - color contains mainly: blue. Hex color #153754 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153754 is #EAC8AB. Grayscale: #2F2F2F. Windows color (decimal): -15386796 or 5519125. OLE color: 5519125.
HSL color Cylindrical-coordinate representation of color #153754: hue angle of 207.62º 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 #153754 is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 55 | 84 | - |
| CMYK | 0.75 | 0.35 | 0 | 0.67 |
| HSL | 207.62º | 0.6% | 0.21% | - |
| HSV(B) | 207.62º | 0.75% | 0.33% | - |
| XYZ | 3.28 | 3.53 | 8.9 | - |
| YUV | 48.14 | 148.24 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 55 | 84 | 0.75 | 0.35 | 0 | 0.67 | 207.62 | 0.6 | 0.21 |
| Hex | 15 | 37 | 54 | 4B | 23 | 0 | 43 | D0 | 3C | 15 |
| Octal | 25 | 67 | 124 | 113 | 43 | 0 | 103 | 320 | 74 | 25 |
| Binary | 10101 | 110111 | 1010100 | 1001011 | 100011 | 0 | 1000011 | 11010000 | 111100 | 10101 |
Color Harmonies of #153754
Complementary color
Monochromatic Colors of #153754
Black with #153754
Text Example
Text Example
White with #153754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153754; }
p { color: rgb(21,55,84); }
H1.HeaderClassName
{
color: #153754;
}
.AnyTagClassName
{
color: #153754;
}
</style>
background-color css
<style>
a { background-color: #153754; }
a { background-color: rgb(21,55,84); }
div.DivClassName
{
background-color: #153754;
}
.BgClassName
{
background-color: #153754;
}
</style>
border-color css
<style>
span { border-color: #153754; }
span { border-color: rgb(21,55,84); }
td.TdClassName
{
border-color: #153754;
}
.TagClassName
{
border-color: #153754;
}
</style>