Shades of Bahama Blue #165883
Tints of Bahama Blue #165883
RGB
CMYK
RGB Variations
Color information
#165883 (or 0x165883) is known color: Bahama Blue. HEX triplet: 16, 58 and 83. RGB value is (22,88,131). Sum of RGB (Red+Green+Blue) = 22+88+131=241 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.13% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 131 (51.56% from 255 or 54.36% from 241); Max value from RGB is 131 - color contains mainly: blue. Hex color #165883 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165883 is #E9A77C. Grayscale: #484848. Windows color (decimal): -15312765 or 8607766. OLE color: 8607766.
HSL color Cylindrical-coordinate representation of color #165883: hue angle of 203.67º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #165883 is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 22 | 88 | 131 | - |
| CMYK | 0.83 | 0.33 | 0 | 0.49 |
| HSL | 203.67º | 0.71% | 0.3% | - |
| HSV(B) | 203.67º | 0.83% | 0.51% | - |
| XYZ | 7.92 | 8.79 | 22.75 | - |
| YUV | 73.17 | 160.63 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 88 | 131 | 0.83 | 0.33 | 0 | 0.49 | 203.67 | 0.71 | 0.3 |
| Hex | 16 | 58 | 83 | 53 | 21 | 0 | 31 | CC | 47 | 1E |
| Octal | 26 | 130 | 203 | 123 | 41 | 0 | 61 | 314 | 107 | 36 |
| Binary | 10110 | 1011000 | 10000011 | 1010011 | 100001 | 0 | 110001 | 11001100 | 1000111 | 11110 |
Color Harmonies of #165883
Complementary color
Monochromatic Colors of #165883
Black with #165883
Text Example
Text Example
White with #165883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165883; }
p { color: rgb(22,88,131); }
H1.HeaderClassName
{
color: #165883;
}
.AnyTagClassName
{
color: #165883;
}
</style>
background-color css
<style>
a { background-color: #165883; }
a { background-color: rgb(22,88,131); }
div.DivClassName
{
background-color: #165883;
}
.BgClassName
{
background-color: #165883;
}
</style>
border-color css
<style>
span { border-color: #165883; }
span { border-color: rgb(22,88,131); }
td.TdClassName
{
border-color: #165883;
}
.TagClassName
{
border-color: #165883;
}
</style>