Shades of Regal Blue #153C69
Tints of Regal Blue #153C69
RGB
CMYK
RGB Variations
Color information
#153C69 (or 0x153C69) is known color: Regal Blue. HEX triplet: 15, 3C and 69. RGB value is (21,60,105). Sum of RGB (Red+Green+Blue) = 21+60+105=186 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.29% from 186); Green value is 60 (23.83% from 255 or 32.26% from 186); Blue value is 105 (41.41% from 255 or 56.45% from 186); Max value from RGB is 105 - color contains mainly: blue. Hex color #153C69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153C69 is #EAC396. Grayscale: #353535. Windows color (decimal): -15385495 or 6896661. OLE color: 6896661.
HSL color Cylindrical-coordinate representation of color #153C69: hue angle of 212.14º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #153C69 is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 21 | 60 | 105 | - |
| CMYK | 0.80 | 0.43 | 0 | 0.59 |
| HSL | 212.14º | 0.67% | 0.25% | - |
| HSV(B) | 212.14º | 0.8% | 0.41% | - |
| XYZ | 4.47 | 4.41 | 13.98 | - |
| YUV | 53.47 | 157.08 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 60 | 105 | 0.80 | 0.43 | 0 | 0.59 | 212.14 | 0.67 | 0.25 |
| Hex | 15 | 3C | 69 | 50 | 2B | 0 | 3B | D4 | 43 | 19 |
| Octal | 25 | 74 | 151 | 120 | 53 | 0 | 73 | 324 | 103 | 31 |
| Binary | 10101 | 111100 | 1101001 | 1010000 | 101011 | 0 | 111011 | 11010100 | 1000011 | 11001 |
Color Harmonies of #153C69
Complementary color
Monochromatic Colors of #153C69
Black with #153C69
Text Example
Text Example
White with #153C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153C69; }
p { color: rgb(21,60,105); }
H1.HeaderClassName
{
color: #153C69;
}
.AnyTagClassName
{
color: #153C69;
}
</style>
background-color css
<style>
a { background-color: #153C69; }
a { background-color: rgb(21,60,105); }
div.DivClassName
{
background-color: #153C69;
}
.BgClassName
{
background-color: #153C69;
}
</style>
border-color css
<style>
span { border-color: #153C69; }
span { border-color: rgb(21,60,105); }
td.TdClassName
{
border-color: #153C69;
}
.TagClassName
{
border-color: #153C69;
}
</style>