Shades of Bahama Blue #195D8A
Tints of Bahama Blue #195D8A
RGB
CMYK
RGB Variations
Color information
#195D8A (or 0x195D8A) is known color: Bahama Blue. HEX triplet: 19, 5D and 8A. RGB value is (25,93,138). Sum of RGB (Red+Green+Blue) = 25+93+138=256 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.77% from 256); Green value is 93 (36.72% from 255 or 36.33% from 256); Blue value is 138 (54.30% from 255 or 53.91% from 256); Max value from RGB is 138 - color contains mainly: blue. Hex color #195D8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195D8A is #E6A275. Grayscale: #4D4D4D. Windows color (decimal): -15114870 or 9067801. OLE color: 9067801.
HSL color Cylindrical-coordinate representation of color #195D8A: hue angle of 203.89º 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 #195D8A is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 25 | 93 | 138 | - |
| CMYK | 0.82 | 0.33 | 0 | 0.46 |
| HSL | 203.89º | 0.69% | 0.32% | - |
| HSV(B) | 203.89º | 0.82% | 0.54% | - |
| XYZ | 8.9 | 9.87 | 25.48 | - |
| YUV | 77.8 | 161.97 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 93 | 138 | 0.82 | 0.33 | 0 | 0.46 | 203.89 | 0.69 | 0.32 |
| Hex | 19 | 5D | 8A | 52 | 21 | 0 | 2E | CC | 45 | 20 |
| Octal | 31 | 135 | 212 | 122 | 41 | 0 | 56 | 314 | 105 | 40 |
| Binary | 11001 | 1011101 | 10001010 | 1010010 | 100001 | 0 | 101110 | 11001100 | 1000101 | 100000 |
Color Harmonies of #195D8A
Complementary color
Monochromatic Colors of #195D8A
Black with #195D8A
Text Example
Text Example
White with #195D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195D8A; }
p { color: rgb(25,93,138); }
H1.HeaderClassName
{
color: #195D8A;
}
.AnyTagClassName
{
color: #195D8A;
}
</style>
background-color css
<style>
a { background-color: #195D8A; }
a { background-color: rgb(25,93,138); }
div.DivClassName
{
background-color: #195D8A;
}
.BgClassName
{
background-color: #195D8A;
}
</style>
border-color css
<style>
span { border-color: #195D8A; }
span { border-color: rgb(25,93,138); }
td.TdClassName
{
border-color: #195D8A;
}
.TagClassName
{
border-color: #195D8A;
}
</style>