Shades of Bahama Blue #19618A
Tints of Bahama Blue #19618A
RGB
CMYK
RGB Variations
Color information
#19618A (or 0x19618A) is known color: Bahama Blue. HEX triplet: 19, 61 and 8A. RGB value is (25,97,138). Sum of RGB (Red+Green+Blue) = 25+97+138=260 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.62% from 260); Green value is 97 (38.28% from 255 or 37.31% from 260); Blue value is 138 (54.30% from 255 or 53.08% from 260); Max value from RGB is 138 - color contains mainly: blue. Hex color #19618A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19618A is #E69E75. Grayscale: #4F4F4F. Windows color (decimal): -15113846 or 9068825. OLE color: 9068825.
HSL color Cylindrical-coordinate representation of color #19618A: hue angle of 201.77º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19618A is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 25 | 97 | 138 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.46 |
| HSL | 201.77º | 0.69% | 0.32% | - |
| HSV(B) | 201.77º | 0.82% | 0.54% | - |
| XYZ | 9.26 | 10.59 | 25.6 | - |
| YUV | 80.15 | 160.65 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 97 | 138 | 0.82 | 0.30 | 0 | 0.46 | 201.77 | 0.69 | 0.32 |
| Hex | 19 | 61 | 8A | 52 | 1E | 0 | 2E | CA | 45 | 20 |
| Octal | 31 | 141 | 212 | 122 | 36 | 0 | 56 | 312 | 105 | 40 |
| Binary | 11001 | 1100001 | 10001010 | 1010010 | 11110 | 0 | 101110 | 11001010 | 1000101 | 100000 |
Color Harmonies of #19618A
Complementary color
Monochromatic Colors of #19618A
Black with #19618A
Text Example
Text Example
White with #19618A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19618A; }
p { color: rgb(25,97,138); }
H1.HeaderClassName
{
color: #19618A;
}
.AnyTagClassName
{
color: #19618A;
}
</style>
background-color css
<style>
a { background-color: #19618A; }
a { background-color: rgb(25,97,138); }
div.DivClassName
{
background-color: #19618A;
}
.BgClassName
{
background-color: #19618A;
}
</style>
border-color css
<style>
span { border-color: #19618A; }
span { border-color: rgb(25,97,138); }
td.TdClassName
{
border-color: #19618A;
}
.TagClassName
{
border-color: #19618A;
}
</style>