Shades of Regal Blue #1B3C5E
Tints of Regal Blue #1B3C5E
RGB
CMYK
RGB Variations
Color information
#1B3C5E (or 0x1B3C5E) is known color: Regal Blue. HEX triplet: 1B, 3C and 5E. RGB value is (27,60,94). Sum of RGB (Red+Green+Blue) = 27+60+94=181 (23% of max value = 765). Red value is 27 (10.94% from 255 or 14.92% from 181); Green value is 60 (23.83% from 255 or 33.15% from 181); Blue value is 94 (37.11% from 255 or 51.93% from 181); Max value from RGB is 94 - color contains mainly: blue. Hex color #1B3C5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3C5E is #E4C3A1. Grayscale: #353535. Windows color (decimal): -14992290 or 6175771. OLE color: 6175771.
HSL color Cylindrical-coordinate representation of color #1B3C5E: hue angle of 210.45º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1B3C5E is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 27 | 60 | 94 | - |
CMYK | 0.71 | 0.36 | 0 | 0.63 |
HSL | 210.45º | 0.55% | 0.24% | - |
HSV(B) | 210.45º | 0.71% | 0.37% | - |
XYZ | 4.09 | 4.27 | 11.2 | - |
YUV | 54.01 | 150.57 | 108.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 27 | 60 | 94 | 0.71 | 0.36 | 0 | 0.63 | 210.45 | 0.55 | 0.24 |
Hex | 1B | 3C | 5E | 47 | 24 | 0 | 3F | D2 | 37 | 18 |
Octal | 33 | 74 | 136 | 107 | 44 | 0 | 77 | 322 | 67 | 30 |
Binary | 11011 | 111100 | 1011110 | 1000111 | 100100 | 0 | 111111 | 11010010 | 110111 | 11000 |
Color Harmonies of #1B3C5E
Complementary color
Monochromatic Colors of #1B3C5E
Black with #1B3C5E
Text Example
Text Example
White with #1B3C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3C5E; }
p { color: rgb(27,60,94); }
H1.HeaderClassName
{
color: #1B3C5E;
}
.AnyTagClassName
{
color: #1B3C5E;
}
</style>
background-color css
<style>
a { background-color: #1B3C5E; }
a { background-color: rgb(27,60,94); }
div.DivClassName
{
background-color: #1B3C5E;
}
.BgClassName
{
background-color: #1B3C5E;
}
</style>
border-color css
<style>
span { border-color: #1B3C5E; }
span { border-color: rgb(27,60,94); }
td.TdClassName
{
border-color: #1B3C5E;
}
.TagClassName
{
border-color: #1B3C5E;
}
</style>