Shades of Regal Blue #1B3A5D
Tints of Regal Blue #1B3A5D
RGB
CMYK
RGB Variations
Color information
#1B3A5D (or 0x1B3A5D) is known color: Regal Blue. HEX triplet: 1B, 3A and 5D. RGB value is (27,58,93). Sum of RGB (Red+Green+Blue) = 27+58+93=178 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.17% from 178); Green value is 58 (23.05% from 255 or 32.58% from 178); Blue value is 93 (36.72% from 255 or 52.25% from 178); Max value from RGB is 93 - color contains mainly: blue. Hex color #1B3A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3A5D is #E4C5A2. Grayscale: #343434. Windows color (decimal): -14992803 or 6109723. OLE color: 6109723.
HSL color Cylindrical-coordinate representation of color #1B3A5D: hue angle of 211.82º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1B3A5D is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 27 | 58 | 93 | - |
| CMYK | 0.71 | 0.38 | 0 | 0.64 |
| HSL | 211.82º | 0.55% | 0.24% | - |
| HSV(B) | 211.82º | 0.71% | 0.36% | - |
| XYZ | 3.94 | 4.05 | 10.93 | - |
| YUV | 52.72 | 150.73 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 58 | 93 | 0.71 | 0.38 | 0 | 0.64 | 211.82 | 0.55 | 0.24 |
| Hex | 1B | 3A | 5D | 47 | 26 | 0 | 40 | D4 | 37 | 18 |
| Octal | 33 | 72 | 135 | 107 | 46 | 0 | 100 | 324 | 67 | 30 |
| Binary | 11011 | 111010 | 1011101 | 1000111 | 100110 | 0 | 1000000 | 11010100 | 110111 | 11000 |
Color Harmonies of #1B3A5D
Complementary color
Monochromatic Colors of #1B3A5D
Black with #1B3A5D
Text Example
Text Example
White with #1B3A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3A5D; }
p { color: rgb(27,58,93); }
H1.HeaderClassName
{
color: #1B3A5D;
}
.AnyTagClassName
{
color: #1B3A5D;
}
</style>
background-color css
<style>
a { background-color: #1B3A5D; }
a { background-color: rgb(27,58,93); }
div.DivClassName
{
background-color: #1B3A5D;
}
.BgClassName
{
background-color: #1B3A5D;
}
</style>
border-color css
<style>
span { border-color: #1B3A5D; }
span { border-color: rgb(27,58,93); }
td.TdClassName
{
border-color: #1B3A5D;
}
.TagClassName
{
border-color: #1B3A5D;
}
</style>