Shades of Bahama Blue #1E527A
Tints of Bahama Blue #1E527A
RGB
CMYK
RGB Variations
Color information
#1E527A (or 0x1E527A) is known color: Bahama Blue. HEX triplet: 1E, 52 and 7A. RGB value is (30,82,122). Sum of RGB (Red+Green+Blue) = 30+82+122=234 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.82% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 122 (48.05% from 255 or 52.14% from 234); Max value from RGB is 122 - color contains mainly: blue. Hex color #1E527A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E527A is #E1AD85. Grayscale: #464646. Windows color (decimal): -14790022 or 8016414. OLE color: 8016414.
HSL color Cylindrical-coordinate representation of color #1E527A: hue angle of 206.09º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E527A is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 30 | 82 | 122 | - |
| CMYK | 0.75 | 0.33 | 0 | 0.52 |
| HSL | 206.09º | 0.61% | 0.3% | - |
| HSV(B) | 206.09º | 0.75% | 0.48% | - |
| XYZ | 7.07 | 7.72 | 19.53 | - |
| YUV | 71.01 | 156.77 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 82 | 122 | 0.75 | 0.33 | 0 | 0.52 | 206.09 | 0.61 | 0.3 |
| Hex | 1E | 52 | 7A | 4B | 21 | 0 | 34 | CE | 3D | 1E |
| Octal | 36 | 122 | 172 | 113 | 41 | 0 | 64 | 316 | 75 | 36 |
| Binary | 11110 | 1010010 | 1111010 | 1001011 | 100001 | 0 | 110100 | 11001110 | 111101 | 11110 |
Color Harmonies of #1E527A
Complementary color
Monochromatic Colors of #1E527A
Black with #1E527A
Text Example
Text Example
White with #1E527A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E527A; }
p { color: rgb(30,82,122); }
H1.HeaderClassName
{
color: #1E527A;
}
.AnyTagClassName
{
color: #1E527A;
}
</style>
background-color css
<style>
a { background-color: #1E527A; }
a { background-color: rgb(30,82,122); }
div.DivClassName
{
background-color: #1E527A;
}
.BgClassName
{
background-color: #1E527A;
}
</style>
border-color css
<style>
span { border-color: #1E527A; }
span { border-color: rgb(30,82,122); }
td.TdClassName
{
border-color: #1E527A;
}
.TagClassName
{
border-color: #1E527A;
}
</style>