#175082

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

Shades of Bahama Blue #175082

Tints of Bahama Blue #175082

Color information

#175082 (or 0x175082) is unknown color: approx Bahama Blue. HEX triplet: 17, 50 and 82. RGB value is (23,80,130). Sum of RGB (Red+Green+Blue) = 23+80+130=233 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.87% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 130 (51.17% from 255 or 55.79% from 233); Max value from RGB is 130 - color contains mainly: blue. Hex color #175082 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175082 is #E8AF7D. Grayscale: #444444. Windows color (decimal): -15249278 or 8540183. OLE color: 8540183.

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

Color convert

RGB2380130-
CMYK0.820.3800.49
HSL208.04º69.93%30%-
HSV(B)208.04º82.31%50.98%-
XYZ7.257.5322.19-
YUV68.66162.6295.43-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.87%
GREEN value IS 80 (31.64% from 255) = 34.33%
BLUE value IS 130 (51.17% from 255) = 55.79%
R=9.87%
G=34.33%
B=55.79%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal23801300.820.3800.49208.0469.9330
Hex1750825226031d0461e
Octal271202021224606132010636
Binary101111010000100000101010010100110011000111010000100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175082; }

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

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

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

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

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

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

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

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