Shades of Bahama Blue #1D4A78
Tints of Bahama Blue #1D4A78
RGB
CMYK
RGB Variations
Color information
#1D4A78 (or 0x1D4A78) is known color: Bahama Blue. HEX triplet: 1D, 4A and 78. RGB value is (29,74,120). Sum of RGB (Red+Green+Blue) = 29+74+120=223 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.00% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 120 (47.27% from 255 or 53.81% from 223); Max value from RGB is 120 - color contains mainly: blue. Hex color #1D4A78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4A78 is #E2B587. Grayscale: #414141. Windows color (decimal): -14857608 or 7883293. OLE color: 7883293.
HSL color Cylindrical-coordinate representation of color #1D4A78: hue angle of 210.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 #1D4A78 is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 74 | 120 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.53 |
| HSL | 210.33º | 0.61% | 0.29% | - |
| HSV(B) | 210.33º | 0.76% | 0.47% | - |
| XYZ | 6.35 | 6.51 | 18.69 | - |
| YUV | 65.79 | 158.59 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 74 | 120 | 0.76 | 0.38 | 0 | 0.53 | 210.33 | 0.61 | 0.29 |
| Hex | 1D | 4A | 78 | 4C | 26 | 0 | 35 | D2 | 3D | 1D |
| Octal | 35 | 112 | 170 | 114 | 46 | 0 | 65 | 322 | 75 | 35 |
| Binary | 11101 | 1001010 | 1111000 | 1001100 | 100110 | 0 | 110101 | 11010010 | 111101 | 11101 |
Color Harmonies of #1D4A78
Complementary color
Monochromatic Colors of #1D4A78
Black with #1D4A78
Text Example
Text Example
White with #1D4A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4A78; }
p { color: rgb(29,74,120); }
H1.HeaderClassName
{
color: #1D4A78;
}
.AnyTagClassName
{
color: #1D4A78;
}
</style>
background-color css
<style>
a { background-color: #1D4A78; }
a { background-color: rgb(29,74,120); }
div.DivClassName
{
background-color: #1D4A78;
}
.BgClassName
{
background-color: #1D4A78;
}
</style>
border-color css
<style>
span { border-color: #1D4A78; }
span { border-color: rgb(29,74,120); }
td.TdClassName
{
border-color: #1D4A78;
}
.TagClassName
{
border-color: #1D4A78;
}
</style>