Shades of Bahama Blue #1D4F76
Tints of Bahama Blue #1D4F76
RGB
CMYK
RGB Variations
Color information
#1D4F76 (or 0x1D4F76) is known color: Bahama Blue. HEX triplet: 1D, 4F and 76. RGB value is (29,79,118). Sum of RGB (Red+Green+Blue) = 29+79+118=226 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.83% from 226); Green value is 79 (31.25% from 255 or 34.96% from 226); Blue value is 118 (46.48% from 255 or 52.21% from 226); Max value from RGB is 118 - color contains mainly: blue. Hex color #1D4F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D4F76 is #E2B089. Grayscale: #444444. Windows color (decimal): -14856330 or 7753501. OLE color: 7753501.
HSL color Cylindrical-coordinate representation of color #1D4F76: hue angle of 206.29º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D4F76 is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 29 | 79 | 118 | - |
| CMYK | 0.75 | 0.33 | 0 | 0.54 |
| HSL | 206.29º | 0.61% | 0.29% | - |
| HSV(B) | 206.29º | 0.75% | 0.46% | - |
| XYZ | 6.57 | 7.16 | 18.18 | - |
| YUV | 68.5 | 155.94 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 79 | 118 | 0.75 | 0.33 | 0 | 0.54 | 206.29 | 0.61 | 0.29 |
| Hex | 1D | 4F | 76 | 4B | 21 | 0 | 36 | CE | 3D | 1D |
| Octal | 35 | 117 | 166 | 113 | 41 | 0 | 66 | 316 | 75 | 35 |
| Binary | 11101 | 1001111 | 1110110 | 1001011 | 100001 | 0 | 110110 | 11001110 | 111101 | 11101 |
Color Harmonies of #1D4F76
Complementary color
Monochromatic Colors of #1D4F76
Black with #1D4F76
Text Example
Text Example
White with #1D4F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4F76; }
p { color: rgb(29,79,118); }
H1.HeaderClassName
{
color: #1D4F76;
}
.AnyTagClassName
{
color: #1D4F76;
}
</style>
background-color css
<style>
a { background-color: #1D4F76; }
a { background-color: rgb(29,79,118); }
div.DivClassName
{
background-color: #1D4F76;
}
.BgClassName
{
background-color: #1D4F76;
}
</style>
border-color css
<style>
span { border-color: #1D4F76; }
span { border-color: rgb(29,79,118); }
td.TdClassName
{
border-color: #1D4F76;
}
.TagClassName
{
border-color: #1D4F76;
}
</style>