#165187

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

Shades of Bahama Blue #165187

Tints of Bahama Blue #165187

Color information

#165187 (or 0x165187) is unknown color: approx Bahama Blue. HEX triplet: 16, 51 and 87. RGB value is (22,81,135). Sum of RGB (Red+Green+Blue) = 22+81+135=238 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.24% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 135 (53.12% from 255 or 56.72% from 238); Max value from RGB is 135 - color contains mainly: blue. Hex color #165187 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165187 is #E9AE78. Grayscale: #454545. Windows color (decimal): -15314553 or 8868118. OLE color: 8868118.

HSL color Cylindrical-coordinate representation of color #165187: hue angle of 208.67º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #165187 is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2281135-
CMYK0.840.4000.47
HSL208.67º71.97%30.78%-
HSV(B)208.67º83.7%52.94%-
XYZ7.657.824.03-
YUV69.52164.9594.11-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.24%
GREEN value IS 81 (32.03% from 255) = 34.03%
BLUE value IS 135 (53.12% from 255) = 56.72%
R=9.24%
G=34.03%
B=56.72%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal22811350.840.4000.47208.6771.9730.78
Hex165187542802Fd1481f
Octal261212071245005732111037
Binary101101010001100001111010100101000010111111010001100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165187; }

 p { color: rgb(22,81,135); }

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

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

 a { background-color: rgb(22,81,135); }

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

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

 span { border-color: rgb(22,81,135); }

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