Shades of Regal Blue #1B374F
Tints of Regal Blue #1B374F
RGB
CMYK
RGB Variations
Color information
#1B374F (or 0x1B374F) is known color: Regal Blue. HEX triplet: 1B, 37 and 4F. RGB value is (27,55,79). Sum of RGB (Red+Green+Blue) = 27+55+79=161 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.77% from 161); Green value is 55 (21.88% from 255 or 34.16% from 161); Blue value is 79 (31.25% from 255 or 49.07% from 161); Max value from RGB is 79 - color contains mainly: blue. Hex color #1B374F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B374F is #E4C8B0. Grayscale: #313131. Windows color (decimal): -14993585 or 5191451. OLE color: 5191451.
HSL color Cylindrical-coordinate representation of color #1B374F: hue angle of 207.69º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1B374F is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 27 | 55 | 79 | - |
| CMYK | 0.66 | 0.30 | 0 | 0.69 |
| HSL | 207.69º | 0.49% | 0.21% | - |
| HSV(B) | 207.69º | 0.66% | 0.31% | - |
| XYZ | 3.23 | 3.53 | 7.91 | - |
| YUV | 49.36 | 144.72 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 55 | 79 | 0.66 | 0.30 | 0 | 0.69 | 207.69 | 0.49 | 0.21 |
| Hex | 1B | 37 | 4F | 42 | 1E | 0 | 45 | D0 | 31 | 15 |
| Octal | 33 | 67 | 117 | 102 | 36 | 0 | 105 | 320 | 61 | 25 |
| Binary | 11011 | 110111 | 1001111 | 1000010 | 11110 | 0 | 1000101 | 11010000 | 110001 | 10101 |
Color Harmonies of #1B374F
Complementary color
Monochromatic Colors of #1B374F
Black with #1B374F
Text Example
Text Example
White with #1B374F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B374F; }
p { color: rgb(27,55,79); }
H1.HeaderClassName
{
color: #1B374F;
}
.AnyTagClassName
{
color: #1B374F;
}
</style>
background-color css
<style>
a { background-color: #1B374F; }
a { background-color: rgb(27,55,79); }
div.DivClassName
{
background-color: #1B374F;
}
.BgClassName
{
background-color: #1B374F;
}
</style>
border-color css
<style>
span { border-color: #1B374F; }
span { border-color: rgb(27,55,79); }
td.TdClassName
{
border-color: #1B374F;
}
.TagClassName
{
border-color: #1B374F;
}
</style>