Shades of Regal Blue #1B3D60
Tints of Regal Blue #1B3D60
RGB
CMYK
RGB Variations
Color information
#1B3D60 (or 0x1B3D60) is known color: Regal Blue. HEX triplet: 1B, 3D and 60. RGB value is (27,61,96). Sum of RGB (Red+Green+Blue) = 27+61+96=184 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.67% from 184); Green value is 61 (24.22% from 255 or 33.15% from 184); Blue value is 96 (37.89% from 255 or 52.17% from 184); Max value from RGB is 96 - color contains mainly: blue. Hex color #1B3D60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3D60 is #E4C29F. Grayscale: #363636. Windows color (decimal): -14992032 or 6307099. OLE color: 6307099.
HSL color Cylindrical-coordinate representation of color #1B3D60: hue angle of 210.43º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B3D60 is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 27 | 61 | 96 | - |
| CMYK | 0.72 | 0.36 | 0 | 0.62 |
| HSL | 210.43º | 0.56% | 0.24% | - |
| HSV(B) | 210.43º | 0.72% | 0.38% | - |
| XYZ | 4.23 | 4.42 | 11.7 | - |
| YUV | 54.82 | 151.24 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 61 | 96 | 0.72 | 0.36 | 0 | 0.62 | 210.43 | 0.56 | 0.24 |
| Hex | 1B | 3D | 60 | 48 | 24 | 0 | 3E | D2 | 38 | 18 |
| Octal | 33 | 75 | 140 | 110 | 44 | 0 | 76 | 322 | 70 | 30 |
| Binary | 11011 | 111101 | 1100000 | 1001000 | 100100 | 0 | 111110 | 11010010 | 111000 | 11000 |
Color Harmonies of #1B3D60
Complementary color
Monochromatic Colors of #1B3D60
Black with #1B3D60
Text Example
Text Example
White with #1B3D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3D60; }
p { color: rgb(27,61,96); }
H1.HeaderClassName
{
color: #1B3D60;
}
.AnyTagClassName
{
color: #1B3D60;
}
</style>
background-color css
<style>
a { background-color: #1B3D60; }
a { background-color: rgb(27,61,96); }
div.DivClassName
{
background-color: #1B3D60;
}
.BgClassName
{
background-color: #1B3D60;
}
</style>
border-color css
<style>
span { border-color: #1B3D60; }
span { border-color: rgb(27,61,96); }
td.TdClassName
{
border-color: #1B3D60;
}
.TagClassName
{
border-color: #1B3D60;
}
</style>