Shades of Regal Blue #153C62
Tints of Regal Blue #153C62
RGB
CMYK
RGB Variations
Color information
#153C62 (or 0x153C62) is known color: Regal Blue. HEX triplet: 15, 3C and 62. RGB value is (21,60,98). Sum of RGB (Red+Green+Blue) = 21+60+98=179 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.73% from 179); Green value is 60 (23.83% from 255 or 33.52% from 179); Blue value is 98 (38.67% from 255 or 54.75% from 179); Max value from RGB is 98 - color contains mainly: blue. Hex color #153C62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153C62 is #EAC39D. Grayscale: #343434. Windows color (decimal): -15385502 or 6437909. OLE color: 6437909.
HSL color Cylindrical-coordinate representation of color #153C62: hue angle of 209.61º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #153C62 is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 21 | 60 | 98 | - |
| CMYK | 0.79 | 0.39 | 0 | 0.62 |
| HSL | 209.61º | 0.65% | 0.23% | - |
| HSV(B) | 209.61º | 0.79% | 0.38% | - |
| XYZ | 4.13 | 4.27 | 12.16 | - |
| YUV | 52.67 | 153.58 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 60 | 98 | 0.79 | 0.39 | 0 | 0.62 | 209.61 | 0.65 | 0.23 |
| Hex | 15 | 3C | 62 | 4F | 27 | 0 | 3E | D2 | 41 | 17 |
| Octal | 25 | 74 | 142 | 117 | 47 | 0 | 76 | 322 | 101 | 27 |
| Binary | 10101 | 111100 | 1100010 | 1001111 | 100111 | 0 | 111110 | 11010010 | 1000001 | 10111 |
Color Harmonies of #153C62
Complementary color
Monochromatic Colors of #153C62
Black with #153C62
Text Example
Text Example
White with #153C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153C62; }
p { color: rgb(21,60,98); }
H1.HeaderClassName
{
color: #153C62;
}
.AnyTagClassName
{
color: #153C62;
}
</style>
background-color css
<style>
a { background-color: #153C62; }
a { background-color: rgb(21,60,98); }
div.DivClassName
{
background-color: #153C62;
}
.BgClassName
{
background-color: #153C62;
}
</style>
border-color css
<style>
span { border-color: #153C62; }
span { border-color: rgb(21,60,98); }
td.TdClassName
{
border-color: #153C62;
}
.TagClassName
{
border-color: #153C62;
}
</style>