Shades of Bahama Blue #155A8A
Tints of Bahama Blue #155A8A
RGB
CMYK
RGB Variations
Color information
#155A8A (or 0x155A8A) is known color: Bahama Blue. HEX triplet: 15, 5A and 8A. RGB value is (21,90,138). Sum of RGB (Red+Green+Blue) = 21+90+138=249 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.43% from 249); Green value is 90 (35.55% from 255 or 36.14% from 249); Blue value is 138 (54.30% from 255 or 55.42% from 249); Max value from RGB is 138 - color contains mainly: blue. Hex color #155A8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155A8A is #EAA575. Grayscale: #4A4A4A. Windows color (decimal): -15377782 or 9067029. OLE color: 9067029.
HSL color Cylindrical-coordinate representation of color #155A8A: hue angle of 204.62º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #155A8A is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 21 | 90 | 138 | - |
| CMYK | 0.85 | 0.35 | 0 | 0.46 |
| HSL | 204.62º | 0.74% | 0.31% | - |
| HSV(B) | 204.62º | 0.85% | 0.54% | - |
| XYZ | 8.55 | 9.31 | 25.39 | - |
| YUV | 74.84 | 163.64 | 89.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 90 | 138 | 0.85 | 0.35 | 0 | 0.46 | 204.62 | 0.74 | 0.31 |
| Hex | 15 | 5A | 8A | 55 | 23 | 0 | 2E | CD | 4A | 1F |
| Octal | 25 | 132 | 212 | 125 | 43 | 0 | 56 | 315 | 112 | 37 |
| Binary | 10101 | 1011010 | 10001010 | 1010101 | 100011 | 0 | 101110 | 11001101 | 1001010 | 11111 |
Color Harmonies of #155A8A
Complementary color
Monochromatic Colors of #155A8A
Black with #155A8A
Text Example
Text Example
White with #155A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155A8A; }
p { color: rgb(21,90,138); }
H1.HeaderClassName
{
color: #155A8A;
}
.AnyTagClassName
{
color: #155A8A;
}
</style>
background-color css
<style>
a { background-color: #155A8A; }
a { background-color: rgb(21,90,138); }
div.DivClassName
{
background-color: #155A8A;
}
.BgClassName
{
background-color: #155A8A;
}
</style>
border-color css
<style>
span { border-color: #155A8A; }
span { border-color: rgb(21,90,138); }
td.TdClassName
{
border-color: #155A8A;
}
.TagClassName
{
border-color: #155A8A;
}
</style>