Shades of Bahama Blue #175F8A
Tints of Bahama Blue #175F8A
RGB
CMYK
RGB Variations
Color information
#175F8A (or 0x175F8A) is known color: Bahama Blue. HEX triplet: 17, 5F and 8A. RGB value is (23,95,138). Sum of RGB (Red+Green+Blue) = 23+95+138=256 (33% of max value = 765). Red value is 23 (9.38% from 255 or 8.98% from 256); Green value is 95 (37.5% from 255 or 37.11% 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 #175F8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175F8A is #E8A075. Grayscale: #4E4E4E. Windows color (decimal): -15245430 or 9068311. OLE color: 9068311.
HSL color Cylindrical-coordinate representation of color #175F8A: hue angle of 202.43º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #175F8A is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 23 | 95 | 138 | - |
| CMYK | 0.83 | 0.31 | 0 | 0.46 |
| HSL | 202.43º | 0.71% | 0.32% | - |
| HSV(B) | 202.43º | 0.83% | 0.54% | - |
| XYZ | 9.03 | 10.2 | 25.54 | - |
| YUV | 78.37 | 161.65 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 95 | 138 | 0.83 | 0.31 | 0 | 0.46 | 202.43 | 0.71 | 0.32 |
| Hex | 17 | 5F | 8A | 53 | 1F | 0 | 2E | CA | 47 | 20 |
| Octal | 27 | 137 | 212 | 123 | 37 | 0 | 56 | 312 | 107 | 40 |
| Binary | 10111 | 1011111 | 10001010 | 1010011 | 11111 | 0 | 101110 | 11001010 | 1000111 | 100000 |
Color Harmonies of #175F8A
Complementary color
Monochromatic Colors of #175F8A
Black with #175F8A
Text Example
Text Example
White with #175F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175F8A; }
p { color: rgb(23,95,138); }
H1.HeaderClassName
{
color: #175F8A;
}
.AnyTagClassName
{
color: #175F8A;
}
</style>
background-color css
<style>
a { background-color: #175F8A; }
a { background-color: rgb(23,95,138); }
div.DivClassName
{
background-color: #175F8A;
}
.BgClassName
{
background-color: #175F8A;
}
</style>
border-color css
<style>
span { border-color: #175F8A; }
span { border-color: rgb(23,95,138); }
td.TdClassName
{
border-color: #175F8A;
}
.TagClassName
{
border-color: #175F8A;
}
</style>