Shades of Regal Blue #153C67
Tints of Regal Blue #153C67
RGB
CMYK
RGB Variations
Color information
#153C67 (or 0x153C67) is known color: Regal Blue. HEX triplet: 15, 3C and 67. RGB value is (21,60,103). Sum of RGB (Red+Green+Blue) = 21+60+103=184 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.41% from 184); Green value is 60 (23.83% from 255 or 32.61% from 184); Blue value is 103 (40.62% from 255 or 55.98% from 184); Max value from RGB is 103 - color contains mainly: blue. Hex color #153C67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153C67 is #EAC398. Grayscale: #353535. Windows color (decimal): -15385497 or 6765589. OLE color: 6765589.
HSL color Cylindrical-coordinate representation of color #153C67: hue angle of 211.46º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #153C67 is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 21 | 60 | 103 | - |
| CMYK | 0.80 | 0.42 | 0 | 0.60 |
| HSL | 211.46º | 0.66% | 0.24% | - |
| HSV(B) | 211.46º | 0.8% | 0.4% | - |
| XYZ | 4.37 | 4.37 | 13.45 | - |
| YUV | 53.24 | 156.08 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 60 | 103 | 0.80 | 0.42 | 0 | 0.60 | 211.46 | 0.66 | 0.24 |
| Hex | 15 | 3C | 67 | 50 | 2A | 0 | 3C | D3 | 42 | 18 |
| Octal | 25 | 74 | 147 | 120 | 52 | 0 | 74 | 323 | 102 | 30 |
| Binary | 10101 | 111100 | 1100111 | 1010000 | 101010 | 0 | 111100 | 11010011 | 1000010 | 11000 |
Color Harmonies of #153C67
Complementary color
Monochromatic Colors of #153C67
Black with #153C67
Text Example
Text Example
White with #153C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153C67; }
p { color: rgb(21,60,103); }
H1.HeaderClassName
{
color: #153C67;
}
.AnyTagClassName
{
color: #153C67;
}
</style>
background-color css
<style>
a { background-color: #153C67; }
a { background-color: rgb(21,60,103); }
div.DivClassName
{
background-color: #153C67;
}
.BgClassName
{
background-color: #153C67;
}
</style>
border-color css
<style>
span { border-color: #153C67; }
span { border-color: rgb(21,60,103); }
td.TdClassName
{
border-color: #153C67;
}
.TagClassName
{
border-color: #153C67;
}
</style>