#175088

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

Shades of Bahama Blue #175088

Tints of Bahama Blue #175088

Color information

#175088 (or 0x175088) is unknown color: approx Bahama Blue. HEX triplet: 17, 50 and 88. RGB value is (23,80,136). Sum of RGB (Red+Green+Blue) = 23+80+136=239 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.62% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 136 (53.52% from 255 or 56.90% from 239); Max value from RGB is 136 - color contains mainly: blue. Hex color #175088 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175088 is #E8AF77. Grayscale: #454545. Windows color (decimal): -15249272 or 8933399. OLE color: 8933399.

HSL color Cylindrical-coordinate representation of color #175088: hue angle of 209.73º 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 #175088 is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2380136-
CMYK0.830.4100.47
HSL209.73º71.07%31.18%-
HSV(B)209.73º83.09%53.33%-
XYZ7.677.724.37-
YUV69.34165.6294.95-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.62%
GREEN value IS 80 (31.64% from 255) = 33.47%
BLUE value IS 136 (53.52% from 255) = 56.90%
R=9.62%
G=33.47%
B=56.90%

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
Decimal23801360.830.4100.47209.7371.0731.18
Hex175088532902Fd2471f
Octal271202101235105732210737
Binary101111010000100010001010011101001010111111010010100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175088; }

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

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

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

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

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

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

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

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