Shades of Bahama Blue #21507E
Tints of Bahama Blue #21507E
RGB
CMYK
RGB Variations
Color information
#21507E (or 0x21507E) is known color: Bahama Blue. HEX triplet: 21, 50 and 7E. RGB value is (33,80,126). Sum of RGB (Red+Green+Blue) = 33+80+126=239 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.81% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 126 (49.61% from 255 or 52.72% from 239); Max value from RGB is 126 - color contains mainly: blue. Hex color #21507E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21507E is #DEAF81. Grayscale: #464646. Windows color (decimal): -14593922 or 8278049. OLE color: 8278049.
HSL color Cylindrical-coordinate representation of color #21507E: hue angle of 209.68º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21507E is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 80 | 126 | - |
| CMYK | 0.74 | 0.37 | 0 | 0.51 |
| HSL | 209.68º | 0.58% | 0.31% | - |
| HSV(B) | 209.68º | 0.74% | 0.49% | - |
| XYZ | 7.26 | 7.57 | 20.82 | - |
| YUV | 71.19 | 158.93 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 80 | 126 | 0.74 | 0.37 | 0 | 0.51 | 209.68 | 0.58 | 0.31 |
| Hex | 21 | 50 | 7E | 4A | 25 | 0 | 33 | D2 | 3A | 1F |
| Octal | 41 | 120 | 176 | 112 | 45 | 0 | 63 | 322 | 72 | 37 |
| Binary | 100001 | 1010000 | 1111110 | 1001010 | 100101 | 0 | 110011 | 11010010 | 111010 | 11111 |
Color Harmonies of #21507E
Complementary color
Monochromatic Colors of #21507E
Black with #21507E
Text Example
Text Example
White with #21507E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21507E; }
p { color: rgb(33,80,126); }
H1.HeaderClassName
{
color: #21507E;
}
.AnyTagClassName
{
color: #21507E;
}
</style>
background-color css
<style>
a { background-color: #21507E; }
a { background-color: rgb(33,80,126); }
div.DivClassName
{
background-color: #21507E;
}
.BgClassName
{
background-color: #21507E;
}
</style>
border-color css
<style>
span { border-color: #21507E; }
span { border-color: rgb(33,80,126); }
td.TdClassName
{
border-color: #21507E;
}
.TagClassName
{
border-color: #21507E;
}
</style>