Shades of Regal Blue #1B405D
Tints of Regal Blue #1B405D
RGB
CMYK
RGB Variations
Color information
#1B405D (or 0x1B405D) is known color: Regal Blue. HEX triplet: 1B, 40 and 5D. RGB value is (27,64,93). Sum of RGB (Red+Green+Blue) = 27+64+93=184 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.67% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 93 (36.72% from 255 or 50.54% from 184); Max value from RGB is 93 - color contains mainly: blue. Hex color #1B405D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B405D is #E4BFA2. Grayscale: #383838. Windows color (decimal): -14991267 or 6111259. OLE color: 6111259.
HSL color Cylindrical-coordinate representation of color #1B405D: hue angle of 206.36º 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 #1B405D is Cyan = 0.71, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 27 | 64 | 93 | - |
| CMYK | 0.71 | 0.31 | 0 | 0.64 |
| HSL | 206.36º | 0.55% | 0.24% | - |
| HSV(B) | 206.36º | 0.71% | 0.36% | - |
| XYZ | 4.26 | 4.69 | 11.04 | - |
| YUV | 56.24 | 148.74 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 64 | 93 | 0.71 | 0.31 | 0 | 0.64 | 206.36 | 0.55 | 0.24 |
| Hex | 1B | 40 | 5D | 47 | 1F | 0 | 40 | CE | 37 | 18 |
| Octal | 33 | 100 | 135 | 107 | 37 | 0 | 100 | 316 | 67 | 30 |
| Binary | 11011 | 1000000 | 1011101 | 1000111 | 11111 | 0 | 1000000 | 11001110 | 110111 | 11000 |
Color Harmonies of #1B405D
Complementary color
Monochromatic Colors of #1B405D
Black with #1B405D
Text Example
Text Example
White with #1B405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B405D; }
p { color: rgb(27,64,93); }
H1.HeaderClassName
{
color: #1B405D;
}
.AnyTagClassName
{
color: #1B405D;
}
</style>
background-color css
<style>
a { background-color: #1B405D; }
a { background-color: rgb(27,64,93); }
div.DivClassName
{
background-color: #1B405D;
}
.BgClassName
{
background-color: #1B405D;
}
</style>
border-color css
<style>
span { border-color: #1B405D; }
span { border-color: rgb(27,64,93); }
td.TdClassName
{
border-color: #1B405D;
}
.TagClassName
{
border-color: #1B405D;
}
</style>