Shades of Bahama Blue #165A7E
Tints of Bahama Blue #165A7E
RGB
CMYK
RGB Variations
Color information
#165A7E (or 0x165A7E) is known color: Bahama Blue. HEX triplet: 16, 5A and 7E. RGB value is (22,90,126). Sum of RGB (Red+Green+Blue) = 22+90+126=238 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.24% from 238); Green value is 90 (35.55% from 255 or 37.82% from 238); Blue value is 126 (49.61% from 255 or 52.94% from 238); Max value from RGB is 126 - color contains mainly: blue. Hex color #165A7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165A7E is #E9A581. Grayscale: #494949. Windows color (decimal): -15312258 or 8280598. OLE color: 8280598.
HSL color Cylindrical-coordinate representation of color #165A7E: hue angle of 200.77º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #165A7E is Cyan = 0.83, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 90 | 126 | - |
| CMYK | 0.83 | 0.29 | 0 | 0.51 |
| HSL | 200.77º | 0.7% | 0.29% | - |
| HSV(B) | 200.77º | 0.83% | 0.49% | - |
| XYZ | 7.75 | 8.99 | 21.07 | - |
| YUV | 73.77 | 157.47 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 90 | 126 | 0.83 | 0.29 | 0 | 0.51 | 200.77 | 0.7 | 0.29 |
| Hex | 16 | 5A | 7E | 53 | 1D | 0 | 33 | C9 | 46 | 1D |
| Octal | 26 | 132 | 176 | 123 | 35 | 0 | 63 | 311 | 106 | 35 |
| Binary | 10110 | 1011010 | 1111110 | 1010011 | 11101 | 0 | 110011 | 11001001 | 1000110 | 11101 |
Color Harmonies of #165A7E
Complementary color
Monochromatic Colors of #165A7E
Black with #165A7E
Text Example
Text Example
White with #165A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165A7E; }
p { color: rgb(22,90,126); }
H1.HeaderClassName
{
color: #165A7E;
}
.AnyTagClassName
{
color: #165A7E;
}
</style>
background-color css
<style>
a { background-color: #165A7E; }
a { background-color: rgb(22,90,126); }
div.DivClassName
{
background-color: #165A7E;
}
.BgClassName
{
background-color: #165A7E;
}
</style>
border-color css
<style>
span { border-color: #165A7E; }
span { border-color: rgb(22,90,126); }
td.TdClassName
{
border-color: #165A7E;
}
.TagClassName
{
border-color: #165A7E;
}
</style>