Shades of Regal Blue #15426A
Tints of Regal Blue #15426A
RGB
CMYK
RGB Variations
Color information
#15426A (or 0x15426A) is known color: Regal Blue. HEX triplet: 15, 42 and 6A. RGB value is (21,66,106). Sum of RGB (Red+Green+Blue) = 21+66+106=193 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.88% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 106 (41.80% from 255 or 54.92% from 193); Max value from RGB is 106 - color contains mainly: blue. Hex color #15426A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15426A is #EABD95. Grayscale: #383838. Windows color (decimal): -15383958 or 6963733. OLE color: 6963733.
HSL color Cylindrical-coordinate representation of color #15426A: hue angle of 208.24º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #15426A is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 21 | 66 | 106 | - |
| CMYK | 0.80 | 0.38 | 0 | 0.58 |
| HSL | 208.24º | 0.67% | 0.25% | - |
| HSV(B) | 208.24º | 0.8% | 0.42% | - |
| XYZ | 4.86 | 5.1 | 14.36 | - |
| YUV | 57.11 | 155.59 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 66 | 106 | 0.80 | 0.38 | 0 | 0.58 | 208.24 | 0.67 | 0.25 |
| Hex | 15 | 42 | 6A | 50 | 26 | 0 | 3A | D0 | 43 | 19 |
| Octal | 25 | 102 | 152 | 120 | 46 | 0 | 72 | 320 | 103 | 31 |
| Binary | 10101 | 1000010 | 1101010 | 1010000 | 100110 | 0 | 111010 | 11010000 | 1000011 | 11001 |
Color Harmonies of #15426A
Complementary color
Monochromatic Colors of #15426A
Black with #15426A
Text Example
Text Example
White with #15426A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15426A; }
p { color: rgb(21,66,106); }
H1.HeaderClassName
{
color: #15426A;
}
.AnyTagClassName
{
color: #15426A;
}
</style>
background-color css
<style>
a { background-color: #15426A; }
a { background-color: rgb(21,66,106); }
div.DivClassName
{
background-color: #15426A;
}
.BgClassName
{
background-color: #15426A;
}
</style>
border-color css
<style>
span { border-color: #15426A; }
span { border-color: rgb(21,66,106); }
td.TdClassName
{
border-color: #15426A;
}
.TagClassName
{
border-color: #15426A;
}
</style>