#175087

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

Shades of Bahama Blue #175087

Tints of Bahama Blue #175087

Color information

#175087 (or 0x175087) is unknown color: approx Bahama Blue. HEX triplet: 17, 50 and 87. RGB value is (23,80,135). Sum of RGB (Red+Green+Blue) = 23+80+135=238 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.66% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 135 (53.12% from 255 or 56.72% from 238); Max value from RGB is 135 - color contains mainly: blue. Hex color #175087 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175087 is #E8AF78. Grayscale: #444444. Windows color (decimal): -15249273 or 8867863. OLE color: 8867863.

HSL color Cylindrical-coordinate representation of color #175087: hue angle of 209.46º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #175087 is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2380135-
CMYK0.830.4100.47
HSL209.46º70.89%30.98%-
HSV(B)209.46º82.96%52.94%-
XYZ7.67.6724-
YUV69.23165.1295.03-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.66%
GREEN value IS 80 (31.64% from 255) = 33.61%
BLUE value IS 135 (53.12% from 255) = 56.72%
R=9.66%
G=33.61%
B=56.72%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal23801350.830.4100.47209.4670.8930.98
Hex175087532902Fd1471f
Octal271202071235105732110737
Binary101111010000100001111010011101001010111111010001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175087; }

 p { color: rgb(23,80,135); }

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

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

 a { background-color: rgb(23,80,135); }

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

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

 span { border-color: rgb(23,80,135); }

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