#175482

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

Shades of Bahama Blue #175482

Tints of Bahama Blue #175482

Color information

#175482 (or 0x175482) is unknown color: approx Bahama Blue. HEX triplet: 17, 54 and 82. RGB value is (23,84,130). Sum of RGB (Red+Green+Blue) = 23+84+130=237 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.70% from 237); Green value is 84 (33.20% from 255 or 35.44% from 237); Blue value is 130 (51.17% from 255 or 54.85% from 237); Max value from RGB is 130 - color contains mainly: blue. Hex color #175482 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175482 is #E8AB7D. Grayscale: #464646. Windows color (decimal): -15248254 or 8541207. OLE color: 8541207.

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

Color convert

RGB2384130-
CMYK0.820.3500.49
HSL205.79º69.93%30%-
HSV(B)205.79º82.31%50.98%-
XYZ7.558.1322.29-
YUV71161.2993.76-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.70%
GREEN value IS 84 (33.20% from 255) = 35.44%
BLUE value IS 130 (51.17% from 255) = 54.85%
R=9.70%
G=35.44%
B=54.85%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal23841300.820.3500.49205.7969.9330
Hex1754825223031ce461e
Octal271242021224306131610636
Binary101111010100100000101010010100011011000111001110100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175482; }

 p { color: rgb(23,84,130); }

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

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

 a { background-color: rgb(23,84,130); }

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

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

 span { border-color: rgb(23,84,130); }

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