Shades of Regal Blue #1B3453
Tints of Regal Blue #1B3453
RGB
CMYK
RGB Variations
Color information
#1B3453 (or 0x1B3453) is known color: Regal Blue. HEX triplet: 1B, 34 and 53. RGB value is (27,52,83). Sum of RGB (Red+Green+Blue) = 27+52+83=162 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.67% from 162); Green value is 52 (20.70% from 255 or 32.10% from 162); Blue value is 83 (32.81% from 255 or 51.23% from 162); Max value from RGB is 83 - color contains mainly: blue. Hex color #1B3453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3453 is #E4CBAC. Grayscale: #2F2F2F. Windows color (decimal): -14994349 or 5452827. OLE color: 5452827.
HSL color Cylindrical-coordinate representation of color #1B3453: hue angle of 213.21º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1B3453 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 27 | 52 | 83 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.67 |
| HSL | 213.21º | 0.51% | 0.22% | - |
| HSV(B) | 213.21º | 0.67% | 0.33% | - |
| XYZ | 3.24 | 3.31 | 8.65 | - |
| YUV | 48.06 | 147.72 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 52 | 83 | 0.67 | 0.37 | 0 | 0.67 | 213.21 | 0.51 | 0.22 |
| Hex | 1B | 34 | 53 | 43 | 25 | 0 | 43 | D5 | 33 | 16 |
| Octal | 33 | 64 | 123 | 103 | 45 | 0 | 103 | 325 | 63 | 26 |
| Binary | 11011 | 110100 | 1010011 | 1000011 | 100101 | 0 | 1000011 | 11010101 | 110011 | 10110 |
Color Harmonies of #1B3453
Complementary color
Monochromatic Colors of #1B3453
Black with #1B3453
Text Example
Text Example
White with #1B3453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3453; }
p { color: rgb(27,52,83); }
H1.HeaderClassName
{
color: #1B3453;
}
.AnyTagClassName
{
color: #1B3453;
}
</style>
background-color css
<style>
a { background-color: #1B3453; }
a { background-color: rgb(27,52,83); }
div.DivClassName
{
background-color: #1B3453;
}
.BgClassName
{
background-color: #1B3453;
}
</style>
border-color css
<style>
span { border-color: #1B3453; }
span { border-color: rgb(27,52,83); }
td.TdClassName
{
border-color: #1B3453;
}
.TagClassName
{
border-color: #1B3453;
}
</style>