Shades of Regal Blue #153B67
Tints of Regal Blue #153B67
RGB
CMYK
RGB Variations
Color information
#153B67 (or 0x153B67) is known color: Regal Blue. HEX triplet: 15, 3B and 67. RGB value is (21,59,103). Sum of RGB (Red+Green+Blue) = 21+59+103=183 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.48% from 183); Green value is 59 (23.44% from 255 or 32.24% from 183); Blue value is 103 (40.62% from 255 or 56.28% from 183); Max value from RGB is 103 - color contains mainly: blue. Hex color #153B67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153B67 is #EAC498. Grayscale: #343434. Windows color (decimal): -15385753 or 6765333. OLE color: 6765333.
HSL color Cylindrical-coordinate representation of color #153B67: hue angle of 212.2º 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 #153B67 is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 21 | 59 | 103 | - |
| CMYK | 0.80 | 0.43 | 0 | 0.60 |
| HSL | 212.2º | 0.66% | 0.24% | - |
| HSV(B) | 212.2º | 0.8% | 0.4% | - |
| XYZ | 4.32 | 4.27 | 13.43 | - |
| YUV | 52.65 | 156.41 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 59 | 103 | 0.80 | 0.43 | 0 | 0.60 | 212.2 | 0.66 | 0.24 |
| Hex | 15 | 3B | 67 | 50 | 2B | 0 | 3C | D4 | 42 | 18 |
| Octal | 25 | 73 | 147 | 120 | 53 | 0 | 74 | 324 | 102 | 30 |
| Binary | 10101 | 111011 | 1100111 | 1010000 | 101011 | 0 | 111100 | 11010100 | 1000010 | 11000 |
Color Harmonies of #153B67
Complementary color
Monochromatic Colors of #153B67
Black with #153B67
Text Example
Text Example
White with #153B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153B67; }
p { color: rgb(21,59,103); }
H1.HeaderClassName
{
color: #153B67;
}
.AnyTagClassName
{
color: #153B67;
}
</style>
background-color css
<style>
a { background-color: #153B67; }
a { background-color: rgb(21,59,103); }
div.DivClassName
{
background-color: #153B67;
}
.BgClassName
{
background-color: #153B67;
}
</style>
border-color css
<style>
span { border-color: #153B67; }
span { border-color: rgb(21,59,103); }
td.TdClassName
{
border-color: #153B67;
}
.TagClassName
{
border-color: #153B67;
}
</style>