Shades of Bahama Blue #1D4B77
Tints of Bahama Blue #1D4B77
RGB
CMYK
RGB Variations
Color information
#1D4B77 (or 0x1D4B77) is known color: Bahama Blue. HEX triplet: 1D, 4B and 77. RGB value is (29,75,119). Sum of RGB (Red+Green+Blue) = 29+75+119=223 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.00% from 223); Green value is 75 (29.69% from 255 or 33.63% from 223); Blue value is 119 (46.88% from 255 or 53.36% from 223); Max value from RGB is 119 - color contains mainly: blue. Hex color #1D4B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4B77 is #E2B488. Grayscale: #424242. Windows color (decimal): -14857353 or 7818013. OLE color: 7818013.
HSL color Cylindrical-coordinate representation of color #1D4B77: hue angle of 209.33º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D4B77 is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 75 | 119 | - |
| CMYK | 0.76 | 0.37 | 0 | 0.53 |
| HSL | 209.33º | 0.61% | 0.29% | - |
| HSV(B) | 209.33º | 0.76% | 0.47% | - |
| XYZ | 6.35 | 6.63 | 18.4 | - |
| YUV | 66.26 | 157.76 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 75 | 119 | 0.76 | 0.37 | 0 | 0.53 | 209.33 | 0.61 | 0.29 |
| Hex | 1D | 4B | 77 | 4C | 25 | 0 | 35 | D1 | 3D | 1D |
| Octal | 35 | 113 | 167 | 114 | 45 | 0 | 65 | 321 | 75 | 35 |
| Binary | 11101 | 1001011 | 1110111 | 1001100 | 100101 | 0 | 110101 | 11010001 | 111101 | 11101 |
Color Harmonies of #1D4B77
Complementary color
Monochromatic Colors of #1D4B77
Black with #1D4B77
Text Example
Text Example
White with #1D4B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4B77; }
p { color: rgb(29,75,119); }
H1.HeaderClassName
{
color: #1D4B77;
}
.AnyTagClassName
{
color: #1D4B77;
}
</style>
background-color css
<style>
a { background-color: #1D4B77; }
a { background-color: rgb(29,75,119); }
div.DivClassName
{
background-color: #1D4B77;
}
.BgClassName
{
background-color: #1D4B77;
}
</style>
border-color css
<style>
span { border-color: #1D4B77; }
span { border-color: rgb(29,75,119); }
td.TdClassName
{
border-color: #1D4B77;
}
.TagClassName
{
border-color: #1D4B77;
}
</style>