Shades of Regal Blue #1B426D
Tints of Regal Blue #1B426D
RGB
CMYK
RGB Variations
Color information
#1B426D (or 0x1B426D) is known color: Regal Blue. HEX triplet: 1B, 42 and 6D. RGB value is (27,66,109). Sum of RGB (Red+Green+Blue) = 27+66+109=202 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.37% from 202); Green value is 66 (26.17% from 255 or 32.67% from 202); Blue value is 109 (42.97% from 255 or 53.96% from 202); Max value from RGB is 109 - color contains mainly: blue. Hex color #1B426D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B426D is #E4BD92. Grayscale: #3B3B3B. Windows color (decimal): -14990739 or 7160347. OLE color: 7160347.
HSL color Cylindrical-coordinate representation of color #1B426D: hue angle of 211.46º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B426D is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 27 | 66 | 109 | - |
| CMYK | 0.75 | 0.39 | 0 | 0.57 |
| HSL | 211.46º | 0.6% | 0.27% | - |
| HSV(B) | 211.46º | 0.75% | 0.43% | - |
| XYZ | 5.16 | 5.23 | 15.21 | - |
| YUV | 59.24 | 156.08 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 66 | 109 | 0.75 | 0.39 | 0 | 0.57 | 211.46 | 0.6 | 0.27 |
| Hex | 1B | 42 | 6D | 4B | 27 | 0 | 39 | D3 | 3C | 1B |
| Octal | 33 | 102 | 155 | 113 | 47 | 0 | 71 | 323 | 74 | 33 |
| Binary | 11011 | 1000010 | 1101101 | 1001011 | 100111 | 0 | 111001 | 11010011 | 111100 | 11011 |
Color Harmonies of #1B426D
Complementary color
Monochromatic Colors of #1B426D
Black with #1B426D
Text Example
Text Example
White with #1B426D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B426D; }
p { color: rgb(27,66,109); }
H1.HeaderClassName
{
color: #1B426D;
}
.AnyTagClassName
{
color: #1B426D;
}
</style>
background-color css
<style>
a { background-color: #1B426D; }
a { background-color: rgb(27,66,109); }
div.DivClassName
{
background-color: #1B426D;
}
.BgClassName
{
background-color: #1B426D;
}
</style>
border-color css
<style>
span { border-color: #1B426D; }
span { border-color: rgb(27,66,109); }
td.TdClassName
{
border-color: #1B426D;
}
.TagClassName
{
border-color: #1B426D;
}
</style>