#16537C

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

Shades of Bahama Blue #16537C

Tints of Bahama Blue #16537C

Color information

#16537C (or 0x16537C) is unknown color: approx Bahama Blue. HEX triplet: 16, 53 and 7C. RGB value is (22,83,124). Sum of RGB (Red+Green+Blue) = 22+83+124=229 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.61% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 124 (48.83% from 255 or 54.15% from 229); Max value from RGB is 124 - color contains mainly: blue. Hex color #16537C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16537C is #E9AC83. Grayscale: #454545. Windows color (decimal): -15314052 or 8147734. OLE color: 8147734.

HSL color Cylindrical-coordinate representation of color #16537C: hue angle of 204.12º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16537C is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2283124-
CMYK0.820.3300.51
HSL204.12º69.86%28.63%-
HSV(B)204.12º82.26%48.63%-
XYZ7.067.8120.2-
YUV69.43158.7994.17-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.61%
GREEN value IS 83 (32.81% from 255) = 36.24%
BLUE value IS 124 (48.83% from 255) = 54.15%
R=9.61%
G=36.24%
B=54.15%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal22831240.820.3300.51204.1269.8628.63
Hex16537C5221033cc461d
Octal261231741224106331410635
Binary10110101001111111001010010100001011001111001100100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16537C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16537C; }

 p { color: rgb(22,83,124); }

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

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

 a { background-color: rgb(22,83,124); }

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

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

 span { border-color: rgb(22,83,124); }

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