Shades of Bahama Blue #1D4B78
Tints of Bahama Blue #1D4B78
RGB
CMYK
RGB Variations
Color information
#1D4B78 (or 0x1D4B78) is known color: Bahama Blue. HEX triplet: 1D, 4B and 78. RGB value is (29,75,120). Sum of RGB (Red+Green+Blue) = 29+75+120=224 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.95% from 224); Green value is 75 (29.69% from 255 or 33.48% from 224); Blue value is 120 (47.27% from 255 or 53.57% from 224); Max value from RGB is 120 - color contains mainly: blue. Hex color #1D4B78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4B78 is #E2B487. Grayscale: #424242. Windows color (decimal): -14857352 or 7883549. OLE color: 7883549.
HSL color Cylindrical-coordinate representation of color #1D4B78: hue angle of 209.67º 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 #1D4B78 is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 75 | 120 | - |
| CMYK | 0.76 | 0.37 | 0 | 0.53 |
| HSL | 209.67º | 0.61% | 0.29% | - |
| HSV(B) | 209.67º | 0.76% | 0.47% | - |
| XYZ | 6.41 | 6.65 | 18.71 | - |
| YUV | 66.38 | 158.26 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 75 | 120 | 0.76 | 0.37 | 0 | 0.53 | 209.67 | 0.61 | 0.29 |
| Hex | 1D | 4B | 78 | 4C | 25 | 0 | 35 | D2 | 3D | 1D |
| Octal | 35 | 113 | 170 | 114 | 45 | 0 | 65 | 322 | 75 | 35 |
| Binary | 11101 | 1001011 | 1111000 | 1001100 | 100101 | 0 | 110101 | 11010010 | 111101 | 11101 |
Color Harmonies of #1D4B78
Complementary color
Monochromatic Colors of #1D4B78
Black with #1D4B78
Text Example
Text Example
White with #1D4B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4B78; }
p { color: rgb(29,75,120); }
H1.HeaderClassName
{
color: #1D4B78;
}
.AnyTagClassName
{
color: #1D4B78;
}
</style>
background-color css
<style>
a { background-color: #1D4B78; }
a { background-color: rgb(29,75,120); }
div.DivClassName
{
background-color: #1D4B78;
}
.BgClassName
{
background-color: #1D4B78;
}
</style>
border-color css
<style>
span { border-color: #1D4B78; }
span { border-color: rgb(29,75,120); }
td.TdClassName
{
border-color: #1D4B78;
}
.TagClassName
{
border-color: #1D4B78;
}
</style>