Shades of Regal Blue #153F5A
Tints of Regal Blue #153F5A
RGB
CMYK
RGB Variations
Color information
#153F5A (or 0x153F5A) is known color: Regal Blue. HEX triplet: 15, 3F and 5A. RGB value is (21,63,90). Sum of RGB (Red+Green+Blue) = 21+63+90=174 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12.07% from 174); Green value is 63 (25% from 255 or 36.21% from 174); Blue value is 90 (35.55% from 255 or 51.72% from 174); Max value from RGB is 90 - color contains mainly: blue. Hex color #153F5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153F5A is #EAC0A5. Grayscale: #353535. Windows color (decimal): -15384742 or 5914389. OLE color: 5914389.
HSL color Cylindrical-coordinate representation of color #153F5A: hue angle of 203.48º 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 #153F5A is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 63 | 90 | - |
| CMYK | 0.77 | 0.30 | 0 | 0.65 |
| HSL | 203.48º | 0.62% | 0.22% | - |
| HSV(B) | 203.48º | 0.77% | 0.35% | - |
| XYZ | 3.93 | 4.45 | 10.33 | - |
| YUV | 53.52 | 148.59 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 90 | 0.77 | 0.30 | 0 | 0.65 | 203.48 | 0.62 | 0.22 |
| Hex | 15 | 3F | 5A | 4D | 1E | 0 | 41 | CB | 3E | 16 |
| Octal | 25 | 77 | 132 | 115 | 36 | 0 | 101 | 313 | 76 | 26 |
| Binary | 10101 | 111111 | 1011010 | 1001101 | 11110 | 0 | 1000001 | 11001011 | 111110 | 10110 |
Color Harmonies of #153F5A
Complementary color
Monochromatic Colors of #153F5A
Black with #153F5A
Text Example
Text Example
White with #153F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153F5A; }
p { color: rgb(21,63,90); }
H1.HeaderClassName
{
color: #153F5A;
}
.AnyTagClassName
{
color: #153F5A;
}
</style>
background-color css
<style>
a { background-color: #153F5A; }
a { background-color: rgb(21,63,90); }
div.DivClassName
{
background-color: #153F5A;
}
.BgClassName
{
background-color: #153F5A;
}
</style>
border-color css
<style>
span { border-color: #153F5A; }
span { border-color: rgb(21,63,90); }
td.TdClassName
{
border-color: #153F5A;
}
.TagClassName
{
border-color: #153F5A;
}
</style>