Shades of Regal Blue #1B426B
Tints of Regal Blue #1B426B
RGB
CMYK
RGB Variations
Color information
#1B426B (or 0x1B426B) is known color: Regal Blue. HEX triplet: 1B, 42 and 6B. RGB value is (27,66,107). Sum of RGB (Red+Green+Blue) = 27+66+107=200 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.5% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 107 (42.19% from 255 or 53.5% from 200); Max value from RGB is 107 - color contains mainly: blue. Hex color #1B426B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B426B is #E4BD94. Grayscale: #3A3A3A. Windows color (decimal): -14990741 or 7029275. OLE color: 7029275.
HSL color Cylindrical-coordinate representation of color #1B426B: hue angle of 210.75º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B426B is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 27 | 66 | 107 | - |
| CMYK | 0.75 | 0.38 | 0 | 0.58 |
| HSL | 210.75º | 0.6% | 0.26% | - |
| HSV(B) | 210.75º | 0.75% | 0.42% | - |
| XYZ | 5.05 | 5.19 | 14.65 | - |
| YUV | 59.01 | 155.08 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 66 | 107 | 0.75 | 0.38 | 0 | 0.58 | 210.75 | 0.6 | 0.26 |
| Hex | 1B | 42 | 6B | 4B | 26 | 0 | 3A | D3 | 3C | 1A |
| Octal | 33 | 102 | 153 | 113 | 46 | 0 | 72 | 323 | 74 | 32 |
| Binary | 11011 | 1000010 | 1101011 | 1001011 | 100110 | 0 | 111010 | 11010011 | 111100 | 11010 |
Color Harmonies of #1B426B
Complementary color
Monochromatic Colors of #1B426B
Black with #1B426B
Text Example
Text Example
White with #1B426B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B426B; }
p { color: rgb(27,66,107); }
H1.HeaderClassName
{
color: #1B426B;
}
.AnyTagClassName
{
color: #1B426B;
}
</style>
background-color css
<style>
a { background-color: #1B426B; }
a { background-color: rgb(27,66,107); }
div.DivClassName
{
background-color: #1B426B;
}
.BgClassName
{
background-color: #1B426B;
}
</style>
border-color css
<style>
span { border-color: #1B426B; }
span { border-color: rgb(27,66,107); }
td.TdClassName
{
border-color: #1B426B;
}
.TagClassName
{
border-color: #1B426B;
}
</style>