Shades of Bahama Blue #175883
Tints of Bahama Blue #175883
RGB
CMYK
RGB Variations
Color information
#175883 (or 0x175883) is known color: Bahama Blue. HEX triplet: 17, 58 and 83. RGB value is (23,88,131). Sum of RGB (Red+Green+Blue) = 23+88+131=242 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.50% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 131 (51.56% from 255 or 54.13% from 242); Max value from RGB is 131 - color contains mainly: blue. Hex color #175883 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175883 is #E8A77C. Grayscale: #494949. Windows color (decimal): -15247229 or 8607767. OLE color: 8607767.
HSL color Cylindrical-coordinate representation of color #175883: hue angle of 203.89º 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 #175883 is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 23 | 88 | 131 | - |
| CMYK | 0.82 | 0.33 | 0 | 0.49 |
| HSL | 203.89º | 0.7% | 0.3% | - |
| HSV(B) | 203.89º | 0.82% | 0.51% | - |
| XYZ | 7.94 | 8.8 | 22.75 | - |
| YUV | 73.47 | 160.47 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 88 | 131 | 0.82 | 0.33 | 0 | 0.49 | 203.89 | 0.7 | 0.3 |
| Hex | 17 | 58 | 83 | 52 | 21 | 0 | 31 | CC | 46 | 1E |
| Octal | 27 | 130 | 203 | 122 | 41 | 0 | 61 | 314 | 106 | 36 |
| Binary | 10111 | 1011000 | 10000011 | 1010010 | 100001 | 0 | 110001 | 11001100 | 1000110 | 11110 |
Color Harmonies of #175883
Complementary color
Monochromatic Colors of #175883
Black with #175883
Text Example
Text Example
White with #175883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175883; }
p { color: rgb(23,88,131); }
H1.HeaderClassName
{
color: #175883;
}
.AnyTagClassName
{
color: #175883;
}
</style>
background-color css
<style>
a { background-color: #175883; }
a { background-color: rgb(23,88,131); }
div.DivClassName
{
background-color: #175883;
}
.BgClassName
{
background-color: #175883;
}
</style>
border-color css
<style>
span { border-color: #175883; }
span { border-color: rgb(23,88,131); }
td.TdClassName
{
border-color: #175883;
}
.TagClassName
{
border-color: #175883;
}
</style>