Shades of Regal Blue #1B426E
Tints of Regal Blue #1B426E
RGB
CMYK
RGB Variations
Color information
#1B426E (or 0x1B426E) is known color: Regal Blue. HEX triplet: 1B, 42 and 6E. RGB value is (27,66,110). Sum of RGB (Red+Green+Blue) = 27+66+110=203 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.30% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 110 (43.36% from 255 or 54.19% from 203); Max value from RGB is 110 - color contains mainly: blue. Hex color #1B426E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B426E is #E4BD91. Grayscale: #3B3B3B. Windows color (decimal): -14990738 or 7225883. OLE color: 7225883.
HSL color Cylindrical-coordinate representation of color #1B426E: hue angle of 211.81º degrees, saturation: 0.61, 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 #1B426E is Cyan = 0.75, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 27 | 66 | 110 | - |
| CMYK | 0.75 | 0.4 | 0 | 0.57 |
| HSL | 211.81º | 0.61% | 0.27% | - |
| HSV(B) | 211.81º | 0.75% | 0.43% | - |
| XYZ | 5.21 | 5.26 | 15.49 | - |
| YUV | 59.36 | 156.58 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 66 | 110 | 0.75 | 0.4 | 0 | 0.57 | 211.81 | 0.61 | 0.27 |
| Hex | 1B | 42 | 6E | 4B | 28 | 0 | 39 | D4 | 3D | 1B |
| Octal | 33 | 102 | 156 | 113 | 50 | 0 | 71 | 324 | 75 | 33 |
| Binary | 11011 | 1000010 | 1101110 | 1001011 | 101000 | 0 | 111001 | 11010100 | 111101 | 11011 |
Color Harmonies of #1B426E
Complementary color
Monochromatic Colors of #1B426E
Black with #1B426E
Text Example
Text Example
White with #1B426E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B426E; }
p { color: rgb(27,66,110); }
H1.HeaderClassName
{
color: #1B426E;
}
.AnyTagClassName
{
color: #1B426E;
}
</style>
background-color css
<style>
a { background-color: #1B426E; }
a { background-color: rgb(27,66,110); }
div.DivClassName
{
background-color: #1B426E;
}
.BgClassName
{
background-color: #1B426E;
}
</style>
border-color css
<style>
span { border-color: #1B426E; }
span { border-color: rgb(27,66,110); }
td.TdClassName
{
border-color: #1B426E;
}
.TagClassName
{
border-color: #1B426E;
}
</style>