Shades of Regal Blue #153E5E
Tints of Regal Blue #153E5E
RGB
CMYK
RGB Variations
Color information
#153E5E (or 0x153E5E) is known color: Regal Blue. HEX triplet: 15, 3E and 5E. RGB value is (21,62,94). Sum of RGB (Red+Green+Blue) = 21+62+94=177 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.86% from 177); Green value is 62 (24.61% from 255 or 35.03% from 177); Blue value is 94 (37.11% from 255 or 53.11% from 177); Max value from RGB is 94 - color contains mainly: blue. Hex color #153E5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153E5E is #EAC1A1. Grayscale: #353535. Windows color (decimal): -15384994 or 6176277. OLE color: 6176277.
HSL color Cylindrical-coordinate representation of color #153E5E: hue angle of 206.3º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #153E5E is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 21 | 62 | 94 | - |
| CMYK | 0.78 | 0.34 | 0 | 0.63 |
| HSL | 206.3º | 0.63% | 0.23% | - |
| HSV(B) | 206.3º | 0.78% | 0.37% | - |
| XYZ | 4.05 | 4.41 | 11.23 | - |
| YUV | 53.39 | 150.92 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 62 | 94 | 0.78 | 0.34 | 0 | 0.63 | 206.3 | 0.63 | 0.23 |
| Hex | 15 | 3E | 5E | 4E | 22 | 0 | 3F | CE | 3F | 17 |
| Octal | 25 | 76 | 136 | 116 | 42 | 0 | 77 | 316 | 77 | 27 |
| Binary | 10101 | 111110 | 1011110 | 1001110 | 100010 | 0 | 111111 | 11001110 | 111111 | 10111 |
Color Harmonies of #153E5E
Complementary color
Monochromatic Colors of #153E5E
Black with #153E5E
Text Example
Text Example
White with #153E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153E5E; }
p { color: rgb(21,62,94); }
H1.HeaderClassName
{
color: #153E5E;
}
.AnyTagClassName
{
color: #153E5E;
}
</style>
background-color css
<style>
a { background-color: #153E5E; }
a { background-color: rgb(21,62,94); }
div.DivClassName
{
background-color: #153E5E;
}
.BgClassName
{
background-color: #153E5E;
}
</style>
border-color css
<style>
span { border-color: #153E5E; }
span { border-color: rgb(21,62,94); }
td.TdClassName
{
border-color: #153E5E;
}
.TagClassName
{
border-color: #153E5E;
}
</style>