Shades of Regal Blue #153C68
Tints of Regal Blue #153C68
RGB
CMYK
RGB Variations
Color information
#153C68 (or 0x153C68) is known color: Regal Blue. HEX triplet: 15, 3C and 68. RGB value is (21,60,104). Sum of RGB (Red+Green+Blue) = 21+60+104=185 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.35% from 185); Green value is 60 (23.83% from 255 or 32.43% from 185); Blue value is 104 (41.02% from 255 or 56.22% from 185); Max value from RGB is 104 - color contains mainly: blue. Hex color #153C68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153C68 is #EAC397. Grayscale: #353535. Windows color (decimal): -15385496 or 6831125. OLE color: 6831125.
HSL color Cylindrical-coordinate representation of color #153C68: hue angle of 211.81º degrees, saturation: 0.66, 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 #153C68 is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 21 | 60 | 104 | - |
| CMYK | 0.80 | 0.42 | 0 | 0.59 |
| HSL | 211.81º | 0.66% | 0.25% | - |
| HSV(B) | 211.81º | 0.8% | 0.41% | - |
| XYZ | 4.42 | 4.39 | 13.71 | - |
| YUV | 53.36 | 156.58 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 60 | 104 | 0.80 | 0.42 | 0 | 0.59 | 211.81 | 0.66 | 0.25 |
| Hex | 15 | 3C | 68 | 50 | 2A | 0 | 3B | D4 | 42 | 19 |
| Octal | 25 | 74 | 150 | 120 | 52 | 0 | 73 | 324 | 102 | 31 |
| Binary | 10101 | 111100 | 1101000 | 1010000 | 101010 | 0 | 111011 | 11010100 | 1000010 | 11001 |
Color Harmonies of #153C68
Complementary color
Monochromatic Colors of #153C68
Black with #153C68
Text Example
Text Example
White with #153C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153C68; }
p { color: rgb(21,60,104); }
H1.HeaderClassName
{
color: #153C68;
}
.AnyTagClassName
{
color: #153C68;
}
</style>
background-color css
<style>
a { background-color: #153C68; }
a { background-color: rgb(21,60,104); }
div.DivClassName
{
background-color: #153C68;
}
.BgClassName
{
background-color: #153C68;
}
</style>
border-color css
<style>
span { border-color: #153C68; }
span { border-color: rgb(21,60,104); }
td.TdClassName
{
border-color: #153C68;
}
.TagClassName
{
border-color: #153C68;
}
</style>