Shades of Regal Blue #1B4569
Tints of Regal Blue #1B4569
RGB
CMYK
RGB Variations
Color information
#1B4569 (or 0x1B4569) is known color: Regal Blue. HEX triplet: 1B, 45 and 69. RGB value is (27,69,105). Sum of RGB (Red+Green+Blue) = 27+69+105=201 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.43% from 201); Green value is 69 (27.34% from 255 or 34.33% from 201); Blue value is 105 (41.41% from 255 or 52.24% from 201); Max value from RGB is 105 - color contains mainly: blue. Hex color #1B4569 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4569 is #E4BA96. Grayscale: #3C3C3C. Windows color (decimal): -14989975 or 6898971. OLE color: 6898971.
HSL color Cylindrical-coordinate representation of color #1B4569: hue angle of 207.69º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B4569 is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 27 | 69 | 105 | - |
| CMYK | 0.74 | 0.34 | 0 | 0.59 |
| HSL | 207.69º | 0.59% | 0.26% | - |
| HSV(B) | 207.69º | 0.74% | 0.41% | - |
| XYZ | 5.13 | 5.51 | 14.16 | - |
| YUV | 60.55 | 153.09 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 69 | 105 | 0.74 | 0.34 | 0 | 0.59 | 207.69 | 0.59 | 0.26 |
| Hex | 1B | 45 | 69 | 4A | 22 | 0 | 3B | D0 | 3B | 1A |
| Octal | 33 | 105 | 151 | 112 | 42 | 0 | 73 | 320 | 73 | 32 |
| Binary | 11011 | 1000101 | 1101001 | 1001010 | 100010 | 0 | 111011 | 11010000 | 111011 | 11010 |
Color Harmonies of #1B4569
Complementary color
Monochromatic Colors of #1B4569
Black with #1B4569
Text Example
Text Example
White with #1B4569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4569; }
p { color: rgb(27,69,105); }
H1.HeaderClassName
{
color: #1B4569;
}
.AnyTagClassName
{
color: #1B4569;
}
</style>
background-color css
<style>
a { background-color: #1B4569; }
a { background-color: rgb(27,69,105); }
div.DivClassName
{
background-color: #1B4569;
}
.BgClassName
{
background-color: #1B4569;
}
</style>
border-color css
<style>
span { border-color: #1B4569; }
span { border-color: rgb(27,69,105); }
td.TdClassName
{
border-color: #1B4569;
}
.TagClassName
{
border-color: #1B4569;
}
</style>