#165884

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

Shades of Bahama Blue #165884

Tints of Bahama Blue #165884

Color information

#165884 (or 0x165884) is unknown color: approx Bahama Blue. HEX triplet: 16, 58 and 84. RGB value is (22,88,132). Sum of RGB (Red+Green+Blue) = 22+88+132=242 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.09% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 132 (51.95% from 255 or 54.55% from 242); Max value from RGB is 132 - color contains mainly: blue. Hex color #165884 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165884 is #E9A77B. Grayscale: #494949. Windows color (decimal): -15312764 or 8673302. OLE color: 8673302.

HSL color Cylindrical-coordinate representation of color #165884: hue angle of 204º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #165884 is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2288132-
CMYK0.830.3300.48
HSL204º71.43%30.2%-
HSV(B)204º83.33%51.76%-
XYZ7.998.8223.11-
YUV73.28161.1391.42-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.09%
GREEN value IS 88 (34.77% from 255) = 36.36%
BLUE value IS 132 (51.95% from 255) = 54.55%
R=9.09%
G=36.36%
B=54.55%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal22881320.830.3300.4820471.4330.2
Hex1658845321030cc471e
Octal261302041234106031410736
Binary101101011000100001001010011100001011000011001100100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165884; }

 p { color: rgb(22,88,132); }

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

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

 a { background-color: rgb(22,88,132); }

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

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

 span { border-color: rgb(22,88,132); }

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