Shades of Bahama Blue #165A8A
Tints of Bahama Blue #165A8A
RGB
CMYK
RGB Variations
Color information
#165A8A (or 0x165A8A) is known color: Bahama Blue. HEX triplet: 16, 5A and 8A. RGB value is (22,90,138). Sum of RGB (Red+Green+Blue) = 22+90+138=250 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.8% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 138 (54.30% from 255 or 55.2% from 250); Max value from RGB is 138 - color contains mainly: blue. Hex color #165A8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165A8A is #E9A575. Grayscale: #4A4A4A. Windows color (decimal): -15312246 or 9067030. OLE color: 9067030.
HSL color Cylindrical-coordinate representation of color #165A8A: hue angle of 204.83º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #165A8A is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 22 | 90 | 138 | - |
| CMYK | 0.84 | 0.35 | 0 | 0.46 |
| HSL | 204.83º | 0.73% | 0.31% | - |
| HSV(B) | 204.83º | 0.84% | 0.54% | - |
| XYZ | 8.57 | 9.32 | 25.39 | - |
| YUV | 75.14 | 163.47 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 90 | 138 | 0.84 | 0.35 | 0 | 0.46 | 204.83 | 0.73 | 0.31 |
| Hex | 16 | 5A | 8A | 54 | 23 | 0 | 2E | CD | 48 | 1F |
| Octal | 26 | 132 | 212 | 124 | 43 | 0 | 56 | 315 | 110 | 37 |
| Binary | 10110 | 1011010 | 10001010 | 1010100 | 100011 | 0 | 101110 | 11001101 | 1001000 | 11111 |
Color Harmonies of #165A8A
Complementary color
Monochromatic Colors of #165A8A
Black with #165A8A
Text Example
Text Example
White with #165A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165A8A; }
p { color: rgb(22,90,138); }
H1.HeaderClassName
{
color: #165A8A;
}
.AnyTagClassName
{
color: #165A8A;
}
</style>
background-color css
<style>
a { background-color: #165A8A; }
a { background-color: rgb(22,90,138); }
div.DivClassName
{
background-color: #165A8A;
}
.BgClassName
{
background-color: #165A8A;
}
</style>
border-color css
<style>
span { border-color: #165A8A; }
span { border-color: rgb(22,90,138); }
td.TdClassName
{
border-color: #165A8A;
}
.TagClassName
{
border-color: #165A8A;
}
</style>