Shades of Regal Blue #153956
Tints of Regal Blue #153956
RGB
CMYK
RGB Variations
Color information
#153956 (or 0x153956) is known color: Regal Blue. HEX triplet: 15, 39 and 56. RGB value is (21,57,86). Sum of RGB (Red+Green+Blue) = 21+57+86=164 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.80% from 164); Green value is 57 (22.66% from 255 or 34.76% from 164); Blue value is 86 (33.98% from 255 or 52.44% from 164); Max value from RGB is 86 - color contains mainly: blue. Hex color #153956 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153956 is #EAC6A9. Grayscale: #313131. Windows color (decimal): -15386282 or 5650709. OLE color: 5650709.
HSL color Cylindrical-coordinate representation of color #153956: hue angle of 206.77º 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 #153956 is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 21 | 57 | 86 | - |
| CMYK | 0.76 | 0.34 | 0 | 0.66 |
| HSL | 206.77º | 0.61% | 0.21% | - |
| HSV(B) | 206.77º | 0.76% | 0.34% | - |
| XYZ | 3.45 | 3.76 | 9.35 | - |
| YUV | 49.54 | 148.57 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 57 | 86 | 0.76 | 0.34 | 0 | 0.66 | 206.77 | 0.61 | 0.21 |
| Hex | 15 | 39 | 56 | 4C | 22 | 0 | 42 | CF | 3D | 15 |
| Octal | 25 | 71 | 126 | 114 | 42 | 0 | 102 | 317 | 75 | 25 |
| Binary | 10101 | 111001 | 1010110 | 1001100 | 100010 | 0 | 1000010 | 11001111 | 111101 | 10101 |
Color Harmonies of #153956
Complementary color
Monochromatic Colors of #153956
Black with #153956
Text Example
Text Example
White with #153956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153956; }
p { color: rgb(21,57,86); }
H1.HeaderClassName
{
color: #153956;
}
.AnyTagClassName
{
color: #153956;
}
</style>
background-color css
<style>
a { background-color: #153956; }
a { background-color: rgb(21,57,86); }
div.DivClassName
{
background-color: #153956;
}
.BgClassName
{
background-color: #153956;
}
</style>
border-color css
<style>
span { border-color: #153956; }
span { border-color: rgb(21,57,86); }
td.TdClassName
{
border-color: #153956;
}
.TagClassName
{
border-color: #153956;
}
</style>