Shades of Bahama Blue #13577D
Tints of Bahama Blue #13577D
RGB
CMYK
RGB Variations
Color information
#13577D (or 0x13577D) is known color: Bahama Blue. HEX triplet: 13, 57 and 7D. RGB value is (19,87,125). Sum of RGB (Red+Green+Blue) = 19+87+125=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 87 (34.38% from 255 or 37.66% from 231); Blue value is 125 (49.22% from 255 or 54.11% from 231); Max value from RGB is 125 - color contains mainly: blue. Hex color #13577D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13577D is #ECA882. Grayscale: #464646. Windows color (decimal): -15509635 or 8214291. OLE color: 8214291.
HSL color Cylindrical-coordinate representation of color #13577D: hue angle of 201.51º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13577D is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 87 | 125 | - |
| CMYK | 0.85 | 0.30 | 0 | 0.51 |
| HSL | 201.51º | 0.74% | 0.28% | - |
| HSV(B) | 201.51º | 0.85% | 0.49% | - |
| XYZ | 7.38 | 8.44 | 20.64 | - |
| YUV | 71 | 158.47 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 87 | 125 | 0.85 | 0.30 | 0 | 0.51 | 201.51 | 0.74 | 0.28 |
| Hex | 13 | 57 | 7D | 55 | 1E | 0 | 33 | CA | 4A | 1C |
| Octal | 23 | 127 | 175 | 125 | 36 | 0 | 63 | 312 | 112 | 34 |
| Binary | 10011 | 1010111 | 1111101 | 1010101 | 11110 | 0 | 110011 | 11001010 | 1001010 | 11100 |
Color Harmonies of #13577D
Complementary color
Monochromatic Colors of #13577D
Black with #13577D
Text Example
Text Example
White with #13577D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13577D; }
p { color: rgb(19,87,125); }
H1.HeaderClassName
{
color: #13577D;
}
.AnyTagClassName
{
color: #13577D;
}
</style>
background-color css
<style>
a { background-color: #13577D; }
a { background-color: rgb(19,87,125); }
div.DivClassName
{
background-color: #13577D;
}
.BgClassName
{
background-color: #13577D;
}
</style>
border-color css
<style>
span { border-color: #13577D; }
span { border-color: rgb(19,87,125); }
td.TdClassName
{
border-color: #13577D;
}
.TagClassName
{
border-color: #13577D;
}
</style>