Shades of Regal Blue #153A57
Tints of Regal Blue #153A57
RGB
CMYK
RGB Variations
Color information
#153A57 (or 0x153A57) is known color: Regal Blue. HEX triplet: 15, 3A and 57. RGB value is (21,58,87). Sum of RGB (Red+Green+Blue) = 21+58+87=166 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.65% from 166); Green value is 58 (23.05% from 255 or 34.94% from 166); Blue value is 87 (34.38% from 255 or 52.41% from 166); Max value from RGB is 87 - color contains mainly: blue. Hex color #153A57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153A57 is #EAC5A8. Grayscale: #323232. Windows color (decimal): -15386025 or 5716501. OLE color: 5716501.
HSL color Cylindrical-coordinate representation of color #153A57: hue angle of 206.36º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #153A57 is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 21 | 58 | 87 | - |
| CMYK | 0.76 | 0.33 | 0 | 0.66 |
| HSL | 206.36º | 0.61% | 0.21% | - |
| HSV(B) | 206.36º | 0.76% | 0.34% | - |
| XYZ | 3.54 | 3.87 | 9.58 | - |
| YUV | 50.24 | 148.74 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 58 | 87 | 0.76 | 0.33 | 0 | 0.66 | 206.36 | 0.61 | 0.21 |
| Hex | 15 | 3A | 57 | 4C | 21 | 0 | 42 | CE | 3D | 15 |
| Octal | 25 | 72 | 127 | 114 | 41 | 0 | 102 | 316 | 75 | 25 |
| Binary | 10101 | 111010 | 1010111 | 1001100 | 100001 | 0 | 1000010 | 11001110 | 111101 | 10101 |
Color Harmonies of #153A57
Complementary color
Monochromatic Colors of #153A57
Black with #153A57
Text Example
Text Example
White with #153A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153A57; }
p { color: rgb(21,58,87); }
H1.HeaderClassName
{
color: #153A57;
}
.AnyTagClassName
{
color: #153A57;
}
</style>
background-color css
<style>
a { background-color: #153A57; }
a { background-color: rgb(21,58,87); }
div.DivClassName
{
background-color: #153A57;
}
.BgClassName
{
background-color: #153A57;
}
</style>
border-color css
<style>
span { border-color: #153A57; }
span { border-color: rgb(21,58,87); }
td.TdClassName
{
border-color: #153A57;
}
.TagClassName
{
border-color: #153A57;
}
</style>