Shades of Bahama Blue #155A8C
Tints of Bahama Blue #155A8C
RGB
CMYK
RGB Variations
Color information
#155A8C (or 0x155A8C) is known color: Bahama Blue. HEX triplet: 15, 5A and 8C. RGB value is (21,90,140). Sum of RGB (Red+Green+Blue) = 21+90+140=251 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.37% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 140 (55.08% from 255 or 55.78% from 251); Max value from RGB is 140 - color contains mainly: blue. Hex color #155A8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155A8C is #EAA573. Grayscale: #4A4A4A. Windows color (decimal): -15377780 or 9198101. OLE color: 9198101.
HSL color Cylindrical-coordinate representation of color #155A8C: hue angle of 205.21º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #155A8C is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 90 | 140 | - |
| CMYK | 0.85 | 0.36 | 0 | 0.45 |
| HSL | 205.21º | 0.74% | 0.32% | - |
| HSV(B) | 205.21º | 0.85% | 0.55% | - |
| XYZ | 8.7 | 9.37 | 26.16 | - |
| YUV | 75.07 | 164.64 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 90 | 140 | 0.85 | 0.36 | 0 | 0.45 | 205.21 | 0.74 | 0.32 |
| Hex | 15 | 5A | 8C | 55 | 24 | 0 | 2D | CD | 4A | 20 |
| Octal | 25 | 132 | 214 | 125 | 44 | 0 | 55 | 315 | 112 | 40 |
| Binary | 10101 | 1011010 | 10001100 | 1010101 | 100100 | 0 | 101101 | 11001101 | 1001010 | 100000 |
Color Harmonies of #155A8C
Complementary color
Monochromatic Colors of #155A8C
Black with #155A8C
Text Example
Text Example
White with #155A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155A8C; }
p { color: rgb(21,90,140); }
H1.HeaderClassName
{
color: #155A8C;
}
.AnyTagClassName
{
color: #155A8C;
}
</style>
background-color css
<style>
a { background-color: #155A8C; }
a { background-color: rgb(21,90,140); }
div.DivClassName
{
background-color: #155A8C;
}
.BgClassName
{
background-color: #155A8C;
}
</style>
border-color css
<style>
span { border-color: #155A8C; }
span { border-color: rgb(21,90,140); }
td.TdClassName
{
border-color: #155A8C;
}
.TagClassName
{
border-color: #155A8C;
}
</style>