Shades of Bahama Blue #175A8A
Tints of Bahama Blue #175A8A
RGB
CMYK
RGB Variations
Color information
#175A8A (or 0x175A8A) is known color: Bahama Blue. HEX triplet: 17, 5A and 8A. RGB value is (23,90,138). Sum of RGB (Red+Green+Blue) = 23+90+138=251 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.16% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 138 (54.30% from 255 or 54.98% from 251); Max value from RGB is 138 - color contains mainly: blue. Hex color #175A8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175A8A is #E8A575. Grayscale: #4B4B4B. Windows color (decimal): -15246710 or 9067031. OLE color: 9067031.
HSL color Cylindrical-coordinate representation of color #175A8A: hue angle of 205.04º 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 #175A8A is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 23 | 90 | 138 | - |
| CMYK | 0.83 | 0.35 | 0 | 0.46 |
| HSL | 205.04º | 0.71% | 0.32% | - |
| HSV(B) | 205.04º | 0.83% | 0.54% | - |
| XYZ | 8.6 | 9.33 | 25.39 | - |
| YUV | 75.44 | 163.3 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 90 | 138 | 0.83 | 0.35 | 0 | 0.46 | 205.04 | 0.71 | 0.32 |
| Hex | 17 | 5A | 8A | 53 | 23 | 0 | 2E | CD | 47 | 20 |
| Octal | 27 | 132 | 212 | 123 | 43 | 0 | 56 | 315 | 107 | 40 |
| Binary | 10111 | 1011010 | 10001010 | 1010011 | 100011 | 0 | 101110 | 11001101 | 1000111 | 100000 |
Color Harmonies of #175A8A
Complementary color
Monochromatic Colors of #175A8A
Black with #175A8A
Text Example
Text Example
White with #175A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175A8A; }
p { color: rgb(23,90,138); }
H1.HeaderClassName
{
color: #175A8A;
}
.AnyTagClassName
{
color: #175A8A;
}
</style>
background-color css
<style>
a { background-color: #175A8A; }
a { background-color: rgb(23,90,138); }
div.DivClassName
{
background-color: #175A8A;
}
.BgClassName
{
background-color: #175A8A;
}
</style>
border-color css
<style>
span { border-color: #175A8A; }
span { border-color: rgb(23,90,138); }
td.TdClassName
{
border-color: #175A8A;
}
.TagClassName
{
border-color: #175A8A;
}
</style>