Shades of Bahama Blue #165280
Tints of Bahama Blue #165280
RGB
CMYK
RGB Variations
Color information
#165280 (or 0x165280) is known color: Bahama Blue. HEX triplet: 16, 52 and 80. RGB value is (22,82,128). Sum of RGB (Red+Green+Blue) = 22+82+128=232 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.48% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 128 (50.39% from 255 or 55.17% from 232); Max value from RGB is 128 - color contains mainly: blue. Hex color #165280 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165280 is #E9AD7F. Grayscale: #454545. Windows color (decimal): -15314304 or 8409622. OLE color: 8409622.
HSL color Cylindrical-coordinate representation of color #165280: hue angle of 206.04º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #165280 is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 22 | 82 | 128 | - |
| CMYK | 0.83 | 0.36 | 0 | 0.50 |
| HSL | 206.04º | 0.71% | 0.29% | - |
| HSV(B) | 206.04º | 0.83% | 0.5% | - |
| XYZ | 7.24 | 7.76 | 21.54 | - |
| YUV | 69.3 | 161.12 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 82 | 128 | 0.83 | 0.36 | 0 | 0.50 | 206.04 | 0.71 | 0.29 |
| Hex | 16 | 52 | 80 | 53 | 24 | 0 | 32 | CE | 47 | 1D |
| Octal | 26 | 122 | 200 | 123 | 44 | 0 | 62 | 316 | 107 | 35 |
| Binary | 10110 | 1010010 | 10000000 | 1010011 | 100100 | 0 | 110010 | 11001110 | 1000111 | 11101 |
Color Harmonies of #165280
Complementary color
Monochromatic Colors of #165280
Black with #165280
Text Example
Text Example
White with #165280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165280; }
p { color: rgb(22,82,128); }
H1.HeaderClassName
{
color: #165280;
}
.AnyTagClassName
{
color: #165280;
}
</style>
background-color css
<style>
a { background-color: #165280; }
a { background-color: rgb(22,82,128); }
div.DivClassName
{
background-color: #165280;
}
.BgClassName
{
background-color: #165280;
}
</style>
border-color css
<style>
span { border-color: #165280; }
span { border-color: rgb(22,82,128); }
td.TdClassName
{
border-color: #165280;
}
.TagClassName
{
border-color: #165280;
}
</style>