Shades of Bahama Blue #1D4B83
Tints of Bahama Blue #1D4B83
RGB
CMYK
RGB Variations
Color information
#1D4B83 (or 0x1D4B83) is known color: Bahama Blue. HEX triplet: 1D, 4B and 83. RGB value is (29,75,131). Sum of RGB (Red+Green+Blue) = 29+75+131=235 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.34% from 235); Green value is 75 (29.69% from 255 or 31.91% from 235); Blue value is 131 (51.56% from 255 or 55.74% from 235); Max value from RGB is 131 - color contains mainly: blue. Hex color #1D4B83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D4B83 is #E2B47C. Grayscale: #434343. Windows color (decimal): -14857341 or 8604445. OLE color: 8604445.
HSL color Cylindrical-coordinate representation of color #1D4B83: hue angle of 212.94º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D4B83 is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 29 | 75 | 131 | - |
| CMYK | 0.78 | 0.43 | 0 | 0.49 |
| HSL | 212.94º | 0.64% | 0.31% | - |
| HSV(B) | 212.94º | 0.78% | 0.51% | - |
| XYZ | 7.12 | 6.93 | 22.44 | - |
| YUV | 67.63 | 163.76 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 75 | 131 | 0.78 | 0.43 | 0 | 0.49 | 212.94 | 0.64 | 0.31 |
| Hex | 1D | 4B | 83 | 4E | 2B | 0 | 31 | D5 | 40 | 1F |
| Octal | 35 | 113 | 203 | 116 | 53 | 0 | 61 | 325 | 100 | 37 |
| Binary | 11101 | 1001011 | 10000011 | 1001110 | 101011 | 0 | 110001 | 11010101 | 1000000 | 11111 |
Color Harmonies of #1D4B83
Complementary color
Monochromatic Colors of #1D4B83
Black with #1D4B83
Text Example
Text Example
White with #1D4B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4B83; }
p { color: rgb(29,75,131); }
H1.HeaderClassName
{
color: #1D4B83;
}
.AnyTagClassName
{
color: #1D4B83;
}
</style>
background-color css
<style>
a { background-color: #1D4B83; }
a { background-color: rgb(29,75,131); }
div.DivClassName
{
background-color: #1D4B83;
}
.BgClassName
{
background-color: #1D4B83;
}
</style>
border-color css
<style>
span { border-color: #1D4B83; }
span { border-color: rgb(29,75,131); }
td.TdClassName
{
border-color: #1D4B83;
}
.TagClassName
{
border-color: #1D4B83;
}
</style>