#165E82

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

Shades of Bahama Blue #165E82

Tints of Bahama Blue #165E82

Color information

#165E82 (or 0x165E82) is unknown color: approx Bahama Blue. HEX triplet: 16, 5E and 82. RGB value is (22,94,130). Sum of RGB (Red+Green+Blue) = 22+94+130=246 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.94% from 246); Green value is 94 (37.11% from 255 or 38.21% from 246); Blue value is 130 (51.17% from 255 or 52.85% from 246); Max value from RGB is 130 - color contains mainly: blue. Hex color #165E82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165E82 is #E9A17D. Grayscale: #4C4C4C. Windows color (decimal): -15311230 or 8543766. OLE color: 8543766.

HSL color Cylindrical-coordinate representation of color #165E82: hue angle of 200º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #165E82 is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2294130-
CMYK0.830.2800.49
HSL200º71.05%29.8%-
HSV(B)200º83.08%50.98%-
XYZ8.369.7922.57-
YUV76.58158.1589.07-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.94%
GREEN value IS 94 (37.11% from 255) = 38.21%
BLUE value IS 130 (51.17% from 255) = 52.85%
R=8.94%
G=38.21%
B=52.85%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal22941300.830.2800.4920071.0529.8
Hex165E82531C031c8471e
Octal261362021233406131010736
Binary10110101111010000010101001111100011000111001000100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165E82; }

 p { color: rgb(22,94,130); }

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

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

 a { background-color: rgb(22,94,130); }

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

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

 span { border-color: rgb(22,94,130); }

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