Shades of Bahama Blue #165C85
Tints of Bahama Blue #165C85
RGB
CMYK
RGB Variations
Color information
#165C85 (or 0x165C85) is known color: Bahama Blue. HEX triplet: 16, 5C and 85. RGB value is (22,92,133). Sum of RGB (Red+Green+Blue) = 22+92+133=247 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.91% from 247); Green value is 92 (36.33% from 255 or 37.25% from 247); Blue value is 133 (52.34% from 255 or 53.85% from 247); Max value from RGB is 133 - color contains mainly: blue. Hex color #165C85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165C85 is #E9A37A. Grayscale: #4B4B4B. Windows color (decimal): -15311739 or 8739862. OLE color: 8739862.
HSL color Cylindrical-coordinate representation of color #165C85: hue angle of 202.16º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #165C85 is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 22 | 92 | 133 | - |
| CMYK | 0.83 | 0.31 | 0 | 0.48 |
| HSL | 202.16º | 0.72% | 0.3% | - |
| HSV(B) | 202.16º | 0.83% | 0.52% | - |
| XYZ | 8.39 | 9.52 | 23.59 | - |
| YUV | 75.74 | 160.31 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 92 | 133 | 0.83 | 0.31 | 0 | 0.48 | 202.16 | 0.72 | 0.3 |
| Hex | 16 | 5C | 85 | 53 | 1F | 0 | 30 | CA | 48 | 1E |
| Octal | 26 | 134 | 205 | 123 | 37 | 0 | 60 | 312 | 110 | 36 |
| Binary | 10110 | 1011100 | 10000101 | 1010011 | 11111 | 0 | 110000 | 11001010 | 1001000 | 11110 |
Color Harmonies of #165C85
Complementary color
Monochromatic Colors of #165C85
Black with #165C85
Text Example
Text Example
White with #165C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165C85; }
p { color: rgb(22,92,133); }
H1.HeaderClassName
{
color: #165C85;
}
.AnyTagClassName
{
color: #165C85;
}
</style>
background-color css
<style>
a { background-color: #165C85; }
a { background-color: rgb(22,92,133); }
div.DivClassName
{
background-color: #165C85;
}
.BgClassName
{
background-color: #165C85;
}
</style>
border-color css
<style>
span { border-color: #165C85; }
span { border-color: rgb(22,92,133); }
td.TdClassName
{
border-color: #165C85;
}
.TagClassName
{
border-color: #165C85;
}
</style>