Shades of Bahama Blue #19638E
Tints of Bahama Blue #19638E
RGB
CMYK
RGB Variations
Color information
#19638E (or 0x19638E) is known color: Bahama Blue. HEX triplet: 19, 63 and 8E. RGB value is (25,99,142). Sum of RGB (Red+Green+Blue) = 25+99+142=266 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.40% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 142 (55.86% from 255 or 53.38% from 266); Max value from RGB is 142 - color contains mainly: blue. Hex color #19638E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19638E is #E69C71. Grayscale: #515151. Windows color (decimal): -15113330 or 9331481. OLE color: 9331481.
HSL color Cylindrical-coordinate representation of color #19638E: hue angle of 202.05º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19638E is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 99 | 142 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.44 |
| HSL | 202.05º | 0.7% | 0.33% | - |
| HSV(B) | 202.05º | 0.82% | 0.56% | - |
| XYZ | 9.75 | 11.08 | 27.22 | - |
| YUV | 81.78 | 161.98 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 99 | 142 | 0.82 | 0.30 | 0 | 0.44 | 202.05 | 0.7 | 0.33 |
| Hex | 19 | 63 | 8E | 52 | 1E | 0 | 2C | CA | 46 | 21 |
| Octal | 31 | 143 | 216 | 122 | 36 | 0 | 54 | 312 | 106 | 41 |
| Binary | 11001 | 1100011 | 10001110 | 1010010 | 11110 | 0 | 101100 | 11001010 | 1000110 | 100001 |
Color Harmonies of #19638E
Complementary color
Monochromatic Colors of #19638E
Black with #19638E
Text Example
Text Example
White with #19638E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19638E; }
p { color: rgb(25,99,142); }
H1.HeaderClassName
{
color: #19638E;
}
.AnyTagClassName
{
color: #19638E;
}
</style>
background-color css
<style>
a { background-color: #19638E; }
a { background-color: rgb(25,99,142); }
div.DivClassName
{
background-color: #19638E;
}
.BgClassName
{
background-color: #19638E;
}
</style>
border-color css
<style>
span { border-color: #19638E; }
span { border-color: rgb(25,99,142); }
td.TdClassName
{
border-color: #19638E;
}
.TagClassName
{
border-color: #19638E;
}
</style>