Shades of Regal Blue #153759
Tints of Regal Blue #153759
RGB
CMYK
RGB Variations
Color information
#153759 (or 0x153759) is known color: Regal Blue. HEX triplet: 15, 37 and 59. RGB value is (21,55,89). Sum of RGB (Red+Green+Blue) = 21+55+89=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 55 (21.88% from 255 or 33.33% from 165); Blue value is 89 (35.16% from 255 or 53.94% from 165); Max value from RGB is 89 - color contains mainly: blue. Hex color #153759 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153759 is #EAC8A6. Grayscale: #303030. Windows color (decimal): -15386791 or 5846805. OLE color: 5846805.
HSL color Cylindrical-coordinate representation of color #153759: hue angle of 210º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #153759 is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 55 | 89 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.65 |
| HSL | 210º | 0.62% | 0.22% | - |
| HSV(B) | 210º | 0.76% | 0.35% | - |
| XYZ | 3.48 | 3.61 | 9.97 | - |
| YUV | 48.71 | 150.74 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 55 | 89 | 0.76 | 0.38 | 0 | 0.65 | 210 | 0.62 | 0.22 |
| Hex | 15 | 37 | 59 | 4C | 26 | 0 | 41 | D2 | 3E | 16 |
| Octal | 25 | 67 | 131 | 114 | 46 | 0 | 101 | 322 | 76 | 26 |
| Binary | 10101 | 110111 | 1011001 | 1001100 | 100110 | 0 | 1000001 | 11010010 | 111110 | 10110 |
Color Harmonies of #153759
Complementary color
Monochromatic Colors of #153759
Black with #153759
Text Example
Text Example
White with #153759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153759; }
p { color: rgb(21,55,89); }
H1.HeaderClassName
{
color: #153759;
}
.AnyTagClassName
{
color: #153759;
}
</style>
background-color css
<style>
a { background-color: #153759; }
a { background-color: rgb(21,55,89); }
div.DivClassName
{
background-color: #153759;
}
.BgClassName
{
background-color: #153759;
}
</style>
border-color css
<style>
span { border-color: #153759; }
span { border-color: rgb(21,55,89); }
td.TdClassName
{
border-color: #153759;
}
.TagClassName
{
border-color: #153759;
}
</style>