Shades of Regal Blue #153852
Tints of Regal Blue #153852
RGB
CMYK
RGB Variations
Color information
#153852 (or 0x153852) is known color: Regal Blue. HEX triplet: 15, 38 and 52. RGB value is (21,56,82). Sum of RGB (Red+Green+Blue) = 21+56+82=159 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.21% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 82 (32.42% from 255 or 51.57% from 159); Max value from RGB is 82 - color contains mainly: blue. Hex color #153852 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153852 is #EAC7AD. Grayscale: #303030. Windows color (decimal): -15386542 or 5388309. OLE color: 5388309.
HSL color Cylindrical-coordinate representation of color #153852: hue angle of 205.57º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #153852 is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 21 | 56 | 82 | - |
| CMYK | 0.74 | 0.32 | 0 | 0.68 |
| HSL | 205.57º | 0.59% | 0.2% | - |
| HSV(B) | 205.57º | 0.74% | 0.32% | - |
| XYZ | 3.25 | 3.6 | 8.51 | - |
| YUV | 48.5 | 146.9 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 56 | 82 | 0.74 | 0.32 | 0 | 0.68 | 205.57 | 0.59 | 0.2 |
| Hex | 15 | 38 | 52 | 4A | 20 | 0 | 44 | CE | 3B | 14 |
| Octal | 25 | 70 | 122 | 112 | 40 | 0 | 104 | 316 | 73 | 24 |
| Binary | 10101 | 111000 | 1010010 | 1001010 | 100000 | 0 | 1000100 | 11001110 | 111011 | 10100 |
Color Harmonies of #153852
Complementary color
Monochromatic Colors of #153852
Black with #153852
Text Example
Text Example
White with #153852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153852; }
p { color: rgb(21,56,82); }
H1.HeaderClassName
{
color: #153852;
}
.AnyTagClassName
{
color: #153852;
}
</style>
background-color css
<style>
a { background-color: #153852; }
a { background-color: rgb(21,56,82); }
div.DivClassName
{
background-color: #153852;
}
.BgClassName
{
background-color: #153852;
}
</style>
border-color css
<style>
span { border-color: #153852; }
span { border-color: rgb(21,56,82); }
td.TdClassName
{
border-color: #153852;
}
.TagClassName
{
border-color: #153852;
}
</style>