#16557C

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

Shades of Bahama Blue #16557C

Tints of Bahama Blue #16557C

Color information

#16557C (or 0x16557C) is unknown color: approx Bahama Blue. HEX triplet: 16, 55 and 7C. RGB value is (22,85,124). Sum of RGB (Red+Green+Blue) = 22+85+124=231 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.52% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #16557C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16557C is #E9AA83. Grayscale: #464646. Windows color (decimal): -15313540 or 8148246. OLE color: 8148246.

HSL color Cylindrical-coordinate representation of color #16557C: hue angle of 202.94º 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 #16557C is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2285124-
CMYK0.820.3100.51
HSL202.94º69.86%28.63%-
HSV(B)202.94º82.26%48.63%-
XYZ7.228.1220.26-
YUV70.61158.1393.33-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.52%
GREEN value IS 85 (33.59% from 255) = 36.80%
BLUE value IS 124 (48.83% from 255) = 53.68%
R=9.52%
G=36.80%
B=53.68%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal22851240.820.3100.51202.9469.8628.63
Hex16557C521F033cb461d
Octal261251741223706331310635
Binary1011010101011111100101001011111011001111001011100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16557C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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