Shades of Bahama Blue #195A8A
Tints of Bahama Blue #195A8A
RGB
CMYK
RGB Variations
Color information
#195A8A (or 0x195A8A) is known color: Bahama Blue. HEX triplet: 19, 5A and 8A. RGB value is (25,90,138). Sum of RGB (Red+Green+Blue) = 25+90+138=253 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.88% from 253); Green value is 90 (35.55% from 255 or 35.57% 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 #195A8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195A8A is #E6A575. Grayscale: #4B4B4B. Windows color (decimal): -15115638 or 9067033. OLE color: 9067033.
HSL color Cylindrical-coordinate representation of color #195A8A: hue angle of 205.49º 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 #195A8A is Cyan = 0.82, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 25 | 90 | 138 | - |
| CMYK | 0.82 | 0.35 | 0 | 0.46 |
| HSL | 205.49º | 0.69% | 0.32% | - |
| HSV(B) | 205.49º | 0.82% | 0.54% | - |
| XYZ | 8.64 | 9.35 | 25.39 | - |
| YUV | 76.04 | 162.97 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 90 | 138 | 0.82 | 0.35 | 0 | 0.46 | 205.49 | 0.69 | 0.32 |
| Hex | 19 | 5A | 8A | 52 | 23 | 0 | 2E | CD | 45 | 20 |
| Octal | 31 | 132 | 212 | 122 | 43 | 0 | 56 | 315 | 105 | 40 |
| Binary | 11001 | 1011010 | 10001010 | 1010010 | 100011 | 0 | 101110 | 11001101 | 1000101 | 100000 |
Color Harmonies of #195A8A
Complementary color
Monochromatic Colors of #195A8A
Black with #195A8A
Text Example
Text Example
White with #195A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195A8A; }
p { color: rgb(25,90,138); }
H1.HeaderClassName
{
color: #195A8A;
}
.AnyTagClassName
{
color: #195A8A;
}
</style>
background-color css
<style>
a { background-color: #195A8A; }
a { background-color: rgb(25,90,138); }
div.DivClassName
{
background-color: #195A8A;
}
.BgClassName
{
background-color: #195A8A;
}
</style>
border-color css
<style>
span { border-color: #195A8A; }
span { border-color: rgb(25,90,138); }
td.TdClassName
{
border-color: #195A8A;
}
.TagClassName
{
border-color: #195A8A;
}
</style>