Shades of Regal Blue #1B3C5D
Tints of Regal Blue #1B3C5D
RGB
CMYK
RGB Variations
Color information
#1B3C5D (or 0x1B3C5D) is known color: Regal Blue. HEX triplet: 1B, 3C and 5D. RGB value is (27,60,93). Sum of RGB (Red+Green+Blue) = 27+60+93=180 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15% from 180); Green value is 60 (23.83% from 255 or 33.33% from 180); Blue value is 93 (36.72% from 255 or 51.67% from 180); Max value from RGB is 93 - color contains mainly: blue. Hex color #1B3C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3C5D is #E4C3A2. Grayscale: #353535. Windows color (decimal): -14992291 or 6110235. OLE color: 6110235.
HSL color Cylindrical-coordinate representation of color #1B3C5D: hue angle of 210º 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 #1B3C5D is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 27 | 60 | 93 | - |
| CMYK | 0.71 | 0.35 | 0 | 0.64 |
| HSL | 210º | 0.55% | 0.24% | - |
| HSV(B) | 210º | 0.71% | 0.36% | - |
| XYZ | 4.04 | 4.26 | 10.96 | - |
| YUV | 53.9 | 150.07 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 60 | 93 | 0.71 | 0.35 | 0 | 0.64 | 210 | 0.55 | 0.24 |
| Hex | 1B | 3C | 5D | 47 | 23 | 0 | 40 | D2 | 37 | 18 |
| Octal | 33 | 74 | 135 | 107 | 43 | 0 | 100 | 322 | 67 | 30 |
| Binary | 11011 | 111100 | 1011101 | 1000111 | 100011 | 0 | 1000000 | 11010010 | 110111 | 11000 |
Color Harmonies of #1B3C5D
Complementary color
Monochromatic Colors of #1B3C5D
Black with #1B3C5D
Text Example
Text Example
White with #1B3C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3C5D; }
p { color: rgb(27,60,93); }
H1.HeaderClassName
{
color: #1B3C5D;
}
.AnyTagClassName
{
color: #1B3C5D;
}
</style>
background-color css
<style>
a { background-color: #1B3C5D; }
a { background-color: rgb(27,60,93); }
div.DivClassName
{
background-color: #1B3C5D;
}
.BgClassName
{
background-color: #1B3C5D;
}
</style>
border-color css
<style>
span { border-color: #1B3C5D; }
span { border-color: rgb(27,60,93); }
td.TdClassName
{
border-color: #1B3C5D;
}
.TagClassName
{
border-color: #1B3C5D;
}
</style>