#175980

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

Shades of Bahama Blue #175980

Tints of Bahama Blue #175980

Color information

#175980 (or 0x175980) is unknown color: approx Bahama Blue. HEX triplet: 17, 59 and 80. RGB value is (23,89,128). Sum of RGB (Red+Green+Blue) = 23+89+128=240 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.58% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 128 (50.39% from 255 or 53.33% from 240); Max value from RGB is 128 - color contains mainly: blue. Hex color #175980 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175980 is #E8A67F. Grayscale: #494949. Windows color (decimal): -15246976 or 8411415. OLE color: 8411415.

HSL color Cylindrical-coordinate representation of color #175980: hue angle of 202.29º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #175980 is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2389128-
CMYK0.820.3000.50
HSL202.29º69.54%29.61%-
HSV(B)202.29º82.03%50.2%-
XYZ7.828.8921.72-
YUV73.71158.6391.83-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.58%
GREEN value IS 89 (35.16% from 255) = 37.08%
BLUE value IS 128 (50.39% from 255) = 53.33%
R=9.58%
G=37.08%
B=53.33%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal23891280.820.3000.50202.2969.5429.61
Hex175980521E032ca461e
Octal271312001223606231210636
Binary10111101100110000000101001011110011001011001010100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175980; }

 p { color: rgb(23,89,128); }

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

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

 a { background-color: rgb(23,89,128); }

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

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

 span { border-color: rgb(23,89,128); }

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