Shades of Regal Blue #153E68
Tints of Regal Blue #153E68
RGB
CMYK
RGB Variations
Color information
#153E68 (or 0x153E68) is known color: Regal Blue. HEX triplet: 15, 3E and 68. RGB value is (21,62,104). Sum of RGB (Red+Green+Blue) = 21+62+104=187 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.23% from 187); Green value is 62 (24.61% from 255 or 33.16% from 187); Blue value is 104 (41.02% from 255 or 55.61% from 187); Max value from RGB is 104 - color contains mainly: blue. Hex color #153E68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153E68 is #EAC197. Grayscale: #363636. Windows color (decimal): -15384984 or 6831637. OLE color: 6831637.
HSL color Cylindrical-coordinate representation of color #153E68: hue angle of 210.36º 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 #153E68 is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 21 | 62 | 104 | - |
| CMYK | 0.80 | 0.40 | 0 | 0.59 |
| HSL | 210.36º | 0.66% | 0.25% | - |
| HSV(B) | 210.36º | 0.8% | 0.41% | - |
| XYZ | 4.53 | 4.6 | 13.75 | - |
| YUV | 54.53 | 155.92 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 62 | 104 | 0.80 | 0.40 | 0 | 0.59 | 210.36 | 0.66 | 0.25 |
| Hex | 15 | 3E | 68 | 50 | 28 | 0 | 3B | D2 | 42 | 19 |
| Octal | 25 | 76 | 150 | 120 | 50 | 0 | 73 | 322 | 102 | 31 |
| Binary | 10101 | 111110 | 1101000 | 1010000 | 101000 | 0 | 111011 | 11010010 | 1000010 | 11001 |
Color Harmonies of #153E68
Complementary color
Monochromatic Colors of #153E68
Black with #153E68
Text Example
Text Example
White with #153E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153E68; }
p { color: rgb(21,62,104); }
H1.HeaderClassName
{
color: #153E68;
}
.AnyTagClassName
{
color: #153E68;
}
</style>
background-color css
<style>
a { background-color: #153E68; }
a { background-color: rgb(21,62,104); }
div.DivClassName
{
background-color: #153E68;
}
.BgClassName
{
background-color: #153E68;
}
</style>
border-color css
<style>
span { border-color: #153E68; }
span { border-color: rgb(21,62,104); }
td.TdClassName
{
border-color: #153E68;
}
.TagClassName
{
border-color: #153E68;
}
</style>