Shades of Regal Blue #1B4568
Tints of Regal Blue #1B4568
RGB
CMYK
RGB Variations
Color information
#1B4568 (or 0x1B4568) is known color: Regal Blue. HEX triplet: 1B, 45 and 68. RGB value is (27,69,104). Sum of RGB (Red+Green+Blue) = 27+69+104=200 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.5% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 104 (41.02% from 255 or 52% from 200); Max value from RGB is 104 - color contains mainly: blue. Hex color #1B4568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4568 is #E4BA97. Grayscale: #3C3C3C. Windows color (decimal): -14989976 or 6833435. OLE color: 6833435.
HSL color Cylindrical-coordinate representation of color #1B4568: hue angle of 207.27º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B4568 is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 27 | 69 | 104 | - |
| CMYK | 0.74 | 0.34 | 0 | 0.59 |
| HSL | 207.27º | 0.59% | 0.26% | - |
| HSV(B) | 207.27º | 0.74% | 0.41% | - |
| XYZ | 5.08 | 5.49 | 13.89 | - |
| YUV | 60.43 | 152.59 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 69 | 104 | 0.74 | 0.34 | 0 | 0.59 | 207.27 | 0.59 | 0.26 |
| Hex | 1B | 45 | 68 | 4A | 22 | 0 | 3B | CF | 3B | 1A |
| Octal | 33 | 105 | 150 | 112 | 42 | 0 | 73 | 317 | 73 | 32 |
| Binary | 11011 | 1000101 | 1101000 | 1001010 | 100010 | 0 | 111011 | 11001111 | 111011 | 11010 |
Color Harmonies of #1B4568
Complementary color
Monochromatic Colors of #1B4568
Black with #1B4568
Text Example
Text Example
White with #1B4568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4568; }
p { color: rgb(27,69,104); }
H1.HeaderClassName
{
color: #1B4568;
}
.AnyTagClassName
{
color: #1B4568;
}
</style>
background-color css
<style>
a { background-color: #1B4568; }
a { background-color: rgb(27,69,104); }
div.DivClassName
{
background-color: #1B4568;
}
.BgClassName
{
background-color: #1B4568;
}
</style>
border-color css
<style>
span { border-color: #1B4568; }
span { border-color: rgb(27,69,104); }
td.TdClassName
{
border-color: #1B4568;
}
.TagClassName
{
border-color: #1B4568;
}
</style>