#16507E

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

Shades of Bahama Blue #16507E

Tints of Bahama Blue #16507E

Color information

#16507E (or 0x16507E) is unknown color: approx Bahama Blue. HEX triplet: 16, 50 and 7E. RGB value is (22,80,126). Sum of RGB (Red+Green+Blue) = 22+80+126=228 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.65% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 126 (49.61% from 255 or 55.26% from 228); Max value from RGB is 126 - color contains mainly: blue. Hex color #16507E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16507E is #E9AF81. Grayscale: #434343. Windows color (decimal): -15314818 or 8278038. OLE color: 8278038.

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

Color convert

RGB2280126-
CMYK0.830.3700.51
HSL206.54º70.27%29.02%-
HSV(B)206.54º82.54%49.41%-
XYZ6.977.4120.8-
YUV67.9160.7895.26-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.65%
GREEN value IS 80 (31.64% from 255) = 35.09%
BLUE value IS 126 (49.61% from 255) = 55.26%
R=9.65%
G=35.09%
B=55.26%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal22801260.830.3700.51206.5470.2729.02
Hex16507E5325033cf461d
Octal261201761234506331710635
Binary10110101000011111101010011100101011001111001111100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16507E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16507E; }

 p { color: rgb(22,80,126); }

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

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

 a { background-color: rgb(22,80,126); }

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

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

 span { border-color: rgb(22,80,126); }

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