Shades of Bunting #1D2E53
Tints of Bunting #1D2E53
RGB
CMYK
RGB Variations
Color information
#1D2E53 (or 0x1D2E53) is known color: Bunting. HEX triplet: 1D, 2E and 53. RGB value is (29,46,83). Sum of RGB (Red+Green+Blue) = 29+46+83=158 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.35% from 158); Green value is 46 (18.36% from 255 or 29.11% from 158); Blue value is 83 (32.81% from 255 or 52.53% from 158); Max value from RGB is 83 - color contains mainly: blue. Hex color #1D2E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2E53 is #E2D1AC. Grayscale: #2C2C2C. Windows color (decimal): -14864813 or 5451293. OLE color: 5451293.
HSL color Cylindrical-coordinate representation of color #1D2E53: hue angle of 221.11º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D2E53 is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 46 | 83 | - |
| CMYK | 0.65 | 0.45 | 0 | 0.67 |
| HSL | 221.11º | 0.48% | 0.22% | - |
| HSV(B) | 221.11º | 0.65% | 0.33% | - |
| XYZ | 3.05 | 2.84 | 8.57 | - |
| YUV | 45.14 | 149.37 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 46 | 83 | 0.65 | 0.45 | 0 | 0.67 | 221.11 | 0.48 | 0.22 |
| Hex | 1D | 2E | 53 | 41 | 2D | 0 | 43 | DD | 30 | 16 |
| Octal | 35 | 56 | 123 | 101 | 55 | 0 | 103 | 335 | 60 | 26 |
| Binary | 11101 | 101110 | 1010011 | 1000001 | 101101 | 0 | 1000011 | 11011101 | 110000 | 10110 |
Color Harmonies of #1D2E53
Complementary color
Monochromatic Colors of #1D2E53
Black with #1D2E53
Text Example
Text Example
White with #1D2E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2E53; }
p { color: rgb(29,46,83); }
H1.HeaderClassName
{
color: #1D2E53;
}
.AnyTagClassName
{
color: #1D2E53;
}
</style>
background-color css
<style>
a { background-color: #1D2E53; }
a { background-color: rgb(29,46,83); }
div.DivClassName
{
background-color: #1D2E53;
}
.BgClassName
{
background-color: #1D2E53;
}
</style>
border-color css
<style>
span { border-color: #1D2E53; }
span { border-color: rgb(29,46,83); }
td.TdClassName
{
border-color: #1D2E53;
}
.TagClassName
{
border-color: #1D2E53;
}
</style>