Shades of Bahama Blue #1E527C
Tints of Bahama Blue #1E527C
RGB
CMYK
RGB Variations
Color information
#1E527C (or 0x1E527C) is known color: Bahama Blue. HEX triplet: 1E, 52 and 7C. RGB value is (30,82,124). Sum of RGB (Red+Green+Blue) = 30+82+124=236 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.71% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 124 (48.83% from 255 or 52.54% from 236); Max value from RGB is 124 - color contains mainly: blue. Hex color #1E527C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E527C is #E1AD83. Grayscale: #474747. Windows color (decimal): -14790020 or 8147486. OLE color: 8147486.
HSL color Cylindrical-coordinate representation of color #1E527C: hue angle of 206.81º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E527C is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 30 | 82 | 124 | - |
| CMYK | 0.76 | 0.34 | 0 | 0.51 |
| HSL | 206.81º | 0.61% | 0.3% | - |
| HSV(B) | 206.81º | 0.76% | 0.49% | - |
| XYZ | 7.19 | 7.77 | 20.19 | - |
| YUV | 71.24 | 157.77 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 82 | 124 | 0.76 | 0.34 | 0 | 0.51 | 206.81 | 0.61 | 0.3 |
| Hex | 1E | 52 | 7C | 4C | 22 | 0 | 33 | CF | 3D | 1E |
| Octal | 36 | 122 | 174 | 114 | 42 | 0 | 63 | 317 | 75 | 36 |
| Binary | 11110 | 1010010 | 1111100 | 1001100 | 100010 | 0 | 110011 | 11001111 | 111101 | 11110 |
Color Harmonies of #1E527C
Complementary color
Monochromatic Colors of #1E527C
Black with #1E527C
Text Example
Text Example
White with #1E527C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E527C; }
p { color: rgb(30,82,124); }
H1.HeaderClassName
{
color: #1E527C;
}
.AnyTagClassName
{
color: #1E527C;
}
</style>
background-color css
<style>
a { background-color: #1E527C; }
a { background-color: rgb(30,82,124); }
div.DivClassName
{
background-color: #1E527C;
}
.BgClassName
{
background-color: #1E527C;
}
</style>
border-color css
<style>
span { border-color: #1E527C; }
span { border-color: rgb(30,82,124); }
td.TdClassName
{
border-color: #1E527C;
}
.TagClassName
{
border-color: #1E527C;
}
</style>