#175D81

Color #175D81 Bahama Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahama Blue #175D81

Tints of Bahama Blue #175D81

Color information

#175D81 (or 0x175D81) is unknown color: approx Bahama Blue. HEX triplet: 17, 5D and 81. RGB value is (23,93,129). Sum of RGB (Red+Green+Blue) = 23+93+129=245 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.39% from 245); Green value is 93 (36.72% from 255 or 37.96% from 245); Blue value is 129 (50.78% from 255 or 52.65% from 245); Max value from RGB is 129 - color contains mainly: blue. Hex color #175D81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175D81 is #E8A27E. Grayscale: #4B4B4B. Windows color (decimal): -15245951 or 8477975. OLE color: 8477975.

HSL color Cylindrical-coordinate representation of color #175D81: hue angle of 200.38º 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 #175D81 is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2393129-
CMYK0.820.2800.49
HSL200.38º69.74%29.8%-
HSV(B)200.38º82.17%50.59%-
XYZ8.239.622.19-
YUV76.17157.8190.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 23 (9.38% from 255) = 9.39%
GREEN value IS 93 (36.72% from 255) = 37.96%
BLUE value IS 129 (50.78% from 255) = 52.65%
R=9.39%
G=37.96%
B=52.65%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal23931290.820.2800.49200.3869.7429.8
Hex175D81521C031c8461e
Octal271352011223406131010636
Binary10111101110110000001101001011100011000111001000100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175D81; }

 p { color: rgb(23,93,129); }

 H1.HeaderClassName
 {
   color: #175D81;
 }
 .AnyTagClassName
 {
   color: #175D81;
 }
</style>
background-color css

<style>
 a { background-color: #175D81; }

 a { background-color: rgb(23,93,129); }

 div.DivClassName
 {
   background-color: #175D81;
 }
 .BgClassName
 {
   background-color: #175D81;
 }
</style>
border-color css

<style>
 span { border-color: #175D81; }

 span { border-color: rgb(23,93,129); }

 td.TdClassName
 {
   border-color: #175D81;
 }
 .TagClassName
 {
   border-color: #175D81;
 }
</style>