Shades of Regal Blue #153A5A
Tints of Regal Blue #153A5A
RGB
CMYK
RGB Variations
Color information
#153A5A (or 0x153A5A) is known color: Regal Blue. HEX triplet: 15, 3A and 5A. RGB value is (21,58,90). Sum of RGB (Red+Green+Blue) = 21+58+90=169 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.43% from 169); Green value is 58 (23.05% from 255 or 34.32% from 169); Blue value is 90 (35.55% from 255 or 53.25% from 169); Max value from RGB is 90 - color contains mainly: blue. Hex color #153A5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153A5A is #EAC5A5. Grayscale: #323232. Windows color (decimal): -15386022 or 5913109. OLE color: 5913109.
HSL color Cylindrical-coordinate representation of color #153A5A: hue angle of 207.83º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #153A5A is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 58 | 90 | - |
| CMYK | 0.77 | 0.36 | 0 | 0.65 |
| HSL | 207.83º | 0.62% | 0.22% | - |
| HSV(B) | 207.83º | 0.77% | 0.35% | - |
| XYZ | 3.67 | 3.92 | 10.24 | - |
| YUV | 50.59 | 150.24 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 58 | 90 | 0.77 | 0.36 | 0 | 0.65 | 207.83 | 0.62 | 0.22 |
| Hex | 15 | 3A | 5A | 4D | 24 | 0 | 41 | D0 | 3E | 16 |
| Octal | 25 | 72 | 132 | 115 | 44 | 0 | 101 | 320 | 76 | 26 |
| Binary | 10101 | 111010 | 1011010 | 1001101 | 100100 | 0 | 1000001 | 11010000 | 111110 | 10110 |
Color Harmonies of #153A5A
Complementary color
Monochromatic Colors of #153A5A
Black with #153A5A
Text Example
Text Example
White with #153A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153A5A; }
p { color: rgb(21,58,90); }
H1.HeaderClassName
{
color: #153A5A;
}
.AnyTagClassName
{
color: #153A5A;
}
</style>
background-color css
<style>
a { background-color: #153A5A; }
a { background-color: rgb(21,58,90); }
div.DivClassName
{
background-color: #153A5A;
}
.BgClassName
{
background-color: #153A5A;
}
</style>
border-color css
<style>
span { border-color: #153A5A; }
span { border-color: rgb(21,58,90); }
td.TdClassName
{
border-color: #153A5A;
}
.TagClassName
{
border-color: #153A5A;
}
</style>