Shades of Bahama Blue #165183
Tints of Bahama Blue #165183
RGB
CMYK
RGB Variations
Color information
#165183 (or 0x165183) is known color: Bahama Blue. HEX triplet: 16, 51 and 83. RGB value is (22,81,131). Sum of RGB (Red+Green+Blue) = 22+81+131=234 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.40% from 234); Green value is 81 (32.03% from 255 or 34.62% from 234); Blue value is 131 (51.56% from 255 or 55.98% from 234); Max value from RGB is 131 - color contains mainly: blue. Hex color #165183 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165183 is #E9AE7C. Grayscale: #444444. Windows color (decimal): -15314557 or 8605974. OLE color: 8605974.
HSL color Cylindrical-coordinate representation of color #165183: hue angle of 207.52º 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 #165183 is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 22 | 81 | 131 | - |
| CMYK | 0.83 | 0.38 | 0 | 0.49 |
| HSL | 207.52º | 0.71% | 0.3% | - |
| HSV(B) | 207.52º | 0.83% | 0.51% | - |
| XYZ | 7.37 | 7.69 | 22.57 | - |
| YUV | 69.06 | 162.95 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 81 | 131 | 0.83 | 0.38 | 0 | 0.49 | 207.52 | 0.71 | 0.3 |
| Hex | 16 | 51 | 83 | 53 | 26 | 0 | 31 | D0 | 47 | 1E |
| Octal | 26 | 121 | 203 | 123 | 46 | 0 | 61 | 320 | 107 | 36 |
| Binary | 10110 | 1010001 | 10000011 | 1010011 | 100110 | 0 | 110001 | 11010000 | 1000111 | 11110 |
Color Harmonies of #165183
Complementary color
Monochromatic Colors of #165183
Black with #165183
Text Example
Text Example
White with #165183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165183; }
p { color: rgb(22,81,131); }
H1.HeaderClassName
{
color: #165183;
}
.AnyTagClassName
{
color: #165183;
}
</style>
background-color css
<style>
a { background-color: #165183; }
a { background-color: rgb(22,81,131); }
div.DivClassName
{
background-color: #165183;
}
.BgClassName
{
background-color: #165183;
}
</style>
border-color css
<style>
span { border-color: #165183; }
span { border-color: rgb(22,81,131); }
td.TdClassName
{
border-color: #165183;
}
.TagClassName
{
border-color: #165183;
}
</style>