Shades of Bahama Blue #1B507D
Tints of Bahama Blue #1B507D
RGB
CMYK
RGB Variations
Color information
#1B507D (or 0x1B507D) is known color: Bahama Blue. HEX triplet: 1B, 50 and 7D. RGB value is (27,80,125). Sum of RGB (Red+Green+Blue) = 27+80+125=232 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.64% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 125 (49.22% from 255 or 53.88% from 232); Max value from RGB is 125 - color contains mainly: blue. Hex color #1B507D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B507D is #E4AF82. Grayscale: #454545. Windows color (decimal): -14987139 or 8212507. OLE color: 8212507.
HSL color Cylindrical-coordinate representation of color #1B507D: hue angle of 207.55º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B507D is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 27 | 80 | 125 | - |
| CMYK | 0.78 | 0.36 | 0 | 0.51 |
| HSL | 207.55º | 0.64% | 0.3% | - |
| HSV(B) | 207.55º | 0.78% | 0.49% | - |
| XYZ | 7.02 | 7.45 | 20.47 | - |
| YUV | 69.28 | 159.44 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 80 | 125 | 0.78 | 0.36 | 0 | 0.51 | 207.55 | 0.64 | 0.3 |
| Hex | 1B | 50 | 7D | 4E | 24 | 0 | 33 | D0 | 40 | 1E |
| Octal | 33 | 120 | 175 | 116 | 44 | 0 | 63 | 320 | 100 | 36 |
| Binary | 11011 | 1010000 | 1111101 | 1001110 | 100100 | 0 | 110011 | 11010000 | 1000000 | 11110 |
Color Harmonies of #1B507D
Complementary color
Monochromatic Colors of #1B507D
Black with #1B507D
Text Example
Text Example
White with #1B507D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B507D; }
p { color: rgb(27,80,125); }
H1.HeaderClassName
{
color: #1B507D;
}
.AnyTagClassName
{
color: #1B507D;
}
</style>
background-color css
<style>
a { background-color: #1B507D; }
a { background-color: rgb(27,80,125); }
div.DivClassName
{
background-color: #1B507D;
}
.BgClassName
{
background-color: #1B507D;
}
</style>
border-color css
<style>
span { border-color: #1B507D; }
span { border-color: rgb(27,80,125); }
td.TdClassName
{
border-color: #1B507D;
}
.TagClassName
{
border-color: #1B507D;
}
</style>