Shades of Bahama Blue #155381
Tints of Bahama Blue #155381
RGB
CMYK
RGB Variations
Color information
#155381 (or 0x155381) is known color: Bahama Blue. HEX triplet: 15, 53 and 81. RGB value is (21,83,129). Sum of RGB (Red+Green+Blue) = 21+83+129=233 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.01% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 129 (50.78% from 255 or 55.36% from 233); Max value from RGB is 129 - color contains mainly: blue. Hex color #155381 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155381 is #EAAC7E. Grayscale: #454545. Windows color (decimal): -15379583 or 8475413. OLE color: 8475413.
HSL color Cylindrical-coordinate representation of color #155381: hue angle of 205.56º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #155381 is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 83 | 129 | - |
| CMYK | 0.84 | 0.36 | 0 | 0.49 |
| HSL | 205.56º | 0.72% | 0.29% | - |
| HSV(B) | 205.56º | 0.84% | 0.51% | - |
| XYZ | 7.36 | 7.93 | 21.91 | - |
| YUV | 69.71 | 161.46 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 83 | 129 | 0.84 | 0.36 | 0 | 0.49 | 205.56 | 0.72 | 0.29 |
| Hex | 15 | 53 | 81 | 54 | 24 | 0 | 31 | CE | 48 | 1D |
| Octal | 25 | 123 | 201 | 124 | 44 | 0 | 61 | 316 | 110 | 35 |
| Binary | 10101 | 1010011 | 10000001 | 1010100 | 100100 | 0 | 110001 | 11001110 | 1001000 | 11101 |
Color Harmonies of #155381
Complementary color
Monochromatic Colors of #155381
Black with #155381
Text Example
Text Example
White with #155381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155381; }
p { color: rgb(21,83,129); }
H1.HeaderClassName
{
color: #155381;
}
.AnyTagClassName
{
color: #155381;
}
</style>
background-color css
<style>
a { background-color: #155381; }
a { background-color: rgb(21,83,129); }
div.DivClassName
{
background-color: #155381;
}
.BgClassName
{
background-color: #155381;
}
</style>
border-color css
<style>
span { border-color: #155381; }
span { border-color: rgb(21,83,129); }
td.TdClassName
{
border-color: #155381;
}
.TagClassName
{
border-color: #155381;
}
</style>