Shades of Regal Blue #153D66
Tints of Regal Blue #153D66
RGB
CMYK
RGB Variations
Color information
#153D66 (or 0x153D66) is known color: Regal Blue. HEX triplet: 15, 3D and 66. RGB value is (21,61,102). Sum of RGB (Red+Green+Blue) = 21+61+102=184 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.41% from 184); Green value is 61 (24.22% from 255 or 33.15% from 184); Blue value is 102 (40.23% from 255 or 55.43% from 184); Max value from RGB is 102 - color contains mainly: blue. Hex color #153D66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153D66 is #EAC299. Grayscale: #353535. Windows color (decimal): -15385242 or 6700309. OLE color: 6700309.
HSL color Cylindrical-coordinate representation of color #153D66: hue angle of 210.37º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #153D66 is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 21 | 61 | 102 | - |
| CMYK | 0.79 | 0.40 | 0 | 0.6 |
| HSL | 210.37º | 0.66% | 0.24% | - |
| HSV(B) | 210.37º | 0.79% | 0.4% | - |
| XYZ | 4.38 | 4.46 | 13.2 | - |
| YUV | 53.71 | 155.25 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 61 | 102 | 0.79 | 0.40 | 0 | 0.6 | 210.37 | 0.66 | 0.24 |
| Hex | 15 | 3D | 66 | 4F | 28 | 0 | 3C | D2 | 42 | 18 |
| Octal | 25 | 75 | 146 | 117 | 50 | 0 | 74 | 322 | 102 | 30 |
| Binary | 10101 | 111101 | 1100110 | 1001111 | 101000 | 0 | 111100 | 11010010 | 1000010 | 11000 |
Color Harmonies of #153D66
Complementary color
Monochromatic Colors of #153D66
Black with #153D66
Text Example
Text Example
White with #153D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153D66; }
p { color: rgb(21,61,102); }
H1.HeaderClassName
{
color: #153D66;
}
.AnyTagClassName
{
color: #153D66;
}
</style>
background-color css
<style>
a { background-color: #153D66; }
a { background-color: rgb(21,61,102); }
div.DivClassName
{
background-color: #153D66;
}
.BgClassName
{
background-color: #153D66;
}
</style>
border-color css
<style>
span { border-color: #153D66; }
span { border-color: rgb(21,61,102); }
td.TdClassName
{
border-color: #153D66;
}
.TagClassName
{
border-color: #153D66;
}
</style>