Shades of Regal Blue #153E67
Tints of Regal Blue #153E67
RGB
CMYK
RGB Variations
Color information
#153E67 (or 0x153E67) is known color: Regal Blue. HEX triplet: 15, 3E and 67. RGB value is (21,62,103). Sum of RGB (Red+Green+Blue) = 21+62+103=186 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.29% from 186); Green value is 62 (24.61% from 255 or 33.33% from 186); Blue value is 103 (40.62% from 255 or 55.38% from 186); Max value from RGB is 103 - color contains mainly: blue. Hex color #153E67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153E67 is #EAC198. Grayscale: #363636. Windows color (decimal): -15384985 or 6766101. OLE color: 6766101.
HSL color Cylindrical-coordinate representation of color #153E67: hue angle of 210º 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 #153E67 is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 21 | 62 | 103 | - |
| CMYK | 0.80 | 0.40 | 0 | 0.60 |
| HSL | 210º | 0.66% | 0.24% | - |
| HSV(B) | 210º | 0.8% | 0.4% | - |
| XYZ | 4.48 | 4.58 | 13.48 | - |
| YUV | 54.42 | 155.42 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 62 | 103 | 0.80 | 0.40 | 0 | 0.60 | 210 | 0.66 | 0.24 |
| Hex | 15 | 3E | 67 | 50 | 28 | 0 | 3C | D2 | 42 | 18 |
| Octal | 25 | 76 | 147 | 120 | 50 | 0 | 74 | 322 | 102 | 30 |
| Binary | 10101 | 111110 | 1100111 | 1010000 | 101000 | 0 | 111100 | 11010010 | 1000010 | 11000 |
Color Harmonies of #153E67
Complementary color
Monochromatic Colors of #153E67
Black with #153E67
Text Example
Text Example
White with #153E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153E67; }
p { color: rgb(21,62,103); }
H1.HeaderClassName
{
color: #153E67;
}
.AnyTagClassName
{
color: #153E67;
}
</style>
background-color css
<style>
a { background-color: #153E67; }
a { background-color: rgb(21,62,103); }
div.DivClassName
{
background-color: #153E67;
}
.BgClassName
{
background-color: #153E67;
}
</style>
border-color css
<style>
span { border-color: #153E67; }
span { border-color: rgb(21,62,103); }
td.TdClassName
{
border-color: #153E67;
}
.TagClassName
{
border-color: #153E67;
}
</style>