#175079

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

Shades of Bahama Blue #175079

Tints of Bahama Blue #175079

Color information

#175079 (or 0x175079) is unknown color: approx Bahama Blue. HEX triplet: 17, 50 and 79. RGB value is (23,80,121). Sum of RGB (Red+Green+Blue) = 23+80+121=224 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.27% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 121 (47.66% from 255 or 54.02% from 224); Max value from RGB is 121 - color contains mainly: blue. Hex color #175079 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175079 is #E8AF86. Grayscale: #434343. Windows color (decimal): -15249287 or 7950359. OLE color: 7950359.

HSL color Cylindrical-coordinate representation of color #175079: hue angle of 205.1º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #175079 is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2380121-
CMYK0.810.3400.53
HSL205.1º68.06%28.24%-
HSV(B)205.1º80.99%47.45%-
XYZ6.677.319.15-
YUV67.63158.1296.17-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.27%
GREEN value IS 80 (31.64% from 255) = 35.71%
BLUE value IS 121 (47.66% from 255) = 54.02%
R=10.27%
G=35.71%
B=54.02%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal23801210.810.3400.53205.168.0628.24
Hex1750795122035cd441c
Octal271201711214206531510434
Binary10111101000011110011010001100010011010111001101100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175079; }

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

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

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

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

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

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

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

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