Shades of Regal Blue #1B3450
Tints of Regal Blue #1B3450
RGB
CMYK
RGB Variations
Color information
#1B3450 (or 0x1B3450) is known color: Regal Blue. HEX triplet: 1B, 34 and 50. RGB value is (27,52,80). Sum of RGB (Red+Green+Blue) = 27+52+80=159 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.98% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 80 (31.64% from 255 or 50.31% from 159); Max value from RGB is 80 - color contains mainly: blue. Hex color #1B3450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3450 is #E4CBAF. Grayscale: #2F2F2F. Windows color (decimal): -14994352 or 5256219. OLE color: 5256219.
HSL color Cylindrical-coordinate representation of color #1B3450: hue angle of 211.7º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1B3450 is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 27 | 52 | 80 | - |
| CMYK | 0.66 | 0.35 | 0 | 0.69 |
| HSL | 211.7º | 0.5% | 0.21% | - |
| HSV(B) | 211.7º | 0.66% | 0.31% | - |
| XYZ | 3.13 | 3.27 | 8.06 | - |
| YUV | 47.72 | 146.22 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 52 | 80 | 0.66 | 0.35 | 0 | 0.69 | 211.7 | 0.5 | 0.21 |
| Hex | 1B | 34 | 50 | 42 | 23 | 0 | 45 | D4 | 32 | 15 |
| Octal | 33 | 64 | 120 | 102 | 43 | 0 | 105 | 324 | 62 | 25 |
| Binary | 11011 | 110100 | 1010000 | 1000010 | 100011 | 0 | 1000101 | 11010100 | 110010 | 10101 |
Color Harmonies of #1B3450
Complementary color
Monochromatic Colors of #1B3450
Black with #1B3450
Text Example
Text Example
White with #1B3450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3450; }
p { color: rgb(27,52,80); }
H1.HeaderClassName
{
color: #1B3450;
}
.AnyTagClassName
{
color: #1B3450;
}
</style>
background-color css
<style>
a { background-color: #1B3450; }
a { background-color: rgb(27,52,80); }
div.DivClassName
{
background-color: #1B3450;
}
.BgClassName
{
background-color: #1B3450;
}
</style>
border-color css
<style>
span { border-color: #1B3450; }
span { border-color: rgb(27,52,80); }
td.TdClassName
{
border-color: #1B3450;
}
.TagClassName
{
border-color: #1B3450;
}
</style>