Shades of Bahama Blue #175A83
Tints of Bahama Blue #175A83
RGB
CMYK
RGB Variations
Color information
#175A83 (or 0x175A83) is known color: Bahama Blue. HEX triplet: 17, 5A and 83. RGB value is (23,90,131). Sum of RGB (Red+Green+Blue) = 23+90+131=244 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.43% from 244); Green value is 90 (35.55% from 255 or 36.89% from 244); Blue value is 131 (51.56% from 255 or 53.69% from 244); Max value from RGB is 131 - color contains mainly: blue. Hex color #175A83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175A83 is #E8A57C. Grayscale: #4A4A4A. Windows color (decimal): -15246717 or 8608279. OLE color: 8608279.
HSL color Cylindrical-coordinate representation of color #175A83: hue angle of 202.78º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #175A83 is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 23 | 90 | 131 | - |
| CMYK | 0.82 | 0.31 | 0 | 0.49 |
| HSL | 202.78º | 0.7% | 0.3% | - |
| HSV(B) | 202.78º | 0.82% | 0.51% | - |
| XYZ | 8.11 | 9.13 | 22.81 | - |
| YUV | 74.64 | 159.8 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 90 | 131 | 0.82 | 0.31 | 0 | 0.49 | 202.78 | 0.7 | 0.3 |
| Hex | 17 | 5A | 83 | 52 | 1F | 0 | 31 | CB | 46 | 1E |
| Octal | 27 | 132 | 203 | 122 | 37 | 0 | 61 | 313 | 106 | 36 |
| Binary | 10111 | 1011010 | 10000011 | 1010010 | 11111 | 0 | 110001 | 11001011 | 1000110 | 11110 |
Color Harmonies of #175A83
Complementary color
Monochromatic Colors of #175A83
Black with #175A83
Text Example
Text Example
White with #175A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175A83; }
p { color: rgb(23,90,131); }
H1.HeaderClassName
{
color: #175A83;
}
.AnyTagClassName
{
color: #175A83;
}
</style>
background-color css
<style>
a { background-color: #175A83; }
a { background-color: rgb(23,90,131); }
div.DivClassName
{
background-color: #175A83;
}
.BgClassName
{
background-color: #175A83;
}
</style>
border-color css
<style>
span { border-color: #175A83; }
span { border-color: rgb(23,90,131); }
td.TdClassName
{
border-color: #175A83;
}
.TagClassName
{
border-color: #175A83;
}
</style>