Shades of Bahama Blue #135A82
Tints of Bahama Blue #135A82
RGB
CMYK
RGB Variations
Color information
#135A82 (or 0x135A82) is known color: Bahama Blue. HEX triplet: 13, 5A and 82. RGB value is (19,90,130). Sum of RGB (Red+Green+Blue) = 19+90+130=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 90 (35.55% from 255 or 37.66% from 239); Blue value is 130 (51.17% from 255 or 54.39% from 239); Max value from RGB is 130 - color contains mainly: blue. Hex color #135A82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135A82 is #ECA57D. Grayscale: #494949. Windows color (decimal): -15508862 or 8542739. OLE color: 8542739.
HSL color Cylindrical-coordinate representation of color #135A82: hue angle of 201.62º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #135A82 is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 90 | 130 | - |
| CMYK | 0.85 | 0.31 | 0 | 0.49 |
| HSL | 201.62º | 0.74% | 0.29% | - |
| HSV(B) | 201.62º | 0.85% | 0.51% | - |
| XYZ | 7.95 | 9.06 | 22.45 | - |
| YUV | 73.33 | 159.98 | 89.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 90 | 130 | 0.85 | 0.31 | 0 | 0.49 | 201.62 | 0.74 | 0.29 |
| Hex | 13 | 5A | 82 | 55 | 1F | 0 | 31 | CA | 4A | 1D |
| Octal | 23 | 132 | 202 | 125 | 37 | 0 | 61 | 312 | 112 | 35 |
| Binary | 10011 | 1011010 | 10000010 | 1010101 | 11111 | 0 | 110001 | 11001010 | 1001010 | 11101 |
Color Harmonies of #135A82
Complementary color
Monochromatic Colors of #135A82
Black with #135A82
Text Example
Text Example
White with #135A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135A82; }
p { color: rgb(19,90,130); }
H1.HeaderClassName
{
color: #135A82;
}
.AnyTagClassName
{
color: #135A82;
}
</style>
background-color css
<style>
a { background-color: #135A82; }
a { background-color: rgb(19,90,130); }
div.DivClassName
{
background-color: #135A82;
}
.BgClassName
{
background-color: #135A82;
}
</style>
border-color css
<style>
span { border-color: #135A82; }
span { border-color: rgb(19,90,130); }
td.TdClassName
{
border-color: #135A82;
}
.TagClassName
{
border-color: #135A82;
}
</style>