Shades of Bahama Blue #13608A
Tints of Bahama Blue #13608A
RGB
CMYK
RGB Variations
Color information
#13608A (or 0x13608A) is known color: Bahama Blue. HEX triplet: 13, 60 and 8A. RGB value is (19,96,138). Sum of RGB (Red+Green+Blue) = 19+96+138=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 138 (54.30% from 255 or 54.55% from 253); Max value from RGB is 138 - color contains mainly: blue. Hex color #13608A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13608A is #EC9F75. Grayscale: #4D4D4D. Windows color (decimal): -15507318 or 9068563. OLE color: 9068563.
HSL color Cylindrical-coordinate representation of color #13608A: hue angle of 201.18º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13608A is Cyan = 0.86, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 96 | 138 | - |
| CMYK | 0.86 | 0.30 | 0 | 0.46 |
| HSL | 201.18º | 0.76% | 0.31% | - |
| HSV(B) | 201.18º | 0.86% | 0.54% | - |
| XYZ | 9.04 | 10.34 | 25.56 | - |
| YUV | 77.77 | 161.99 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 96 | 138 | 0.86 | 0.30 | 0 | 0.46 | 201.18 | 0.76 | 0.31 |
| Hex | 13 | 60 | 8A | 56 | 1E | 0 | 2E | C9 | 4C | 1F |
| Octal | 23 | 140 | 212 | 126 | 36 | 0 | 56 | 311 | 114 | 37 |
| Binary | 10011 | 1100000 | 10001010 | 1010110 | 11110 | 0 | 101110 | 11001001 | 1001100 | 11111 |
Color Harmonies of #13608A
Complementary color
Monochromatic Colors of #13608A
Black with #13608A
Text Example
Text Example
White with #13608A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13608A; }
p { color: rgb(19,96,138); }
H1.HeaderClassName
{
color: #13608A;
}
.AnyTagClassName
{
color: #13608A;
}
</style>
background-color css
<style>
a { background-color: #13608A; }
a { background-color: rgb(19,96,138); }
div.DivClassName
{
background-color: #13608A;
}
.BgClassName
{
background-color: #13608A;
}
</style>
border-color css
<style>
span { border-color: #13608A; }
span { border-color: rgb(19,96,138); }
td.TdClassName
{
border-color: #13608A;
}
.TagClassName
{
border-color: #13608A;
}
</style>