#13557F

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

Shades of Bahama Blue #13557F

Tints of Bahama Blue #13557F

Color information

#13557F (or 0x13557F) is unknown color: approx Bahama Blue. HEX triplet: 13, 55 and 7F. RGB value is (19,85,127). Sum of RGB (Red+Green+Blue) = 19+85+127=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 127 (50% from 255 or 54.98% from 231); Max value from RGB is 127 - color contains mainly: blue. Hex color #13557F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13557F is #ECAA80. Grayscale: #454545. Windows color (decimal): -15510145 or 8344851. OLE color: 8344851.

HSL color Cylindrical-coordinate representation of color #13557F: hue angle of 203.33º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13557F is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1985127-
CMYK0.850.3300.50
HSL203.33º73.97%28.63%-
HSV(B)203.33º85.04%49.8%-
XYZ7.358.1721.27-
YUV70.05160.1391.58-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.23%
GREEN value IS 85 (33.59% from 255) = 36.80%
BLUE value IS 127 (50% from 255) = 54.98%
R=8.23%
G=36.80%
B=54.98%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal19851270.850.3300.50203.3373.9728.63
Hex13557F5521032cb4a1d
Octal231251771254106231311235
Binary10011101010111111111010101100001011001011001011100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13557F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13557F; }

 p { color: rgb(19,85,127); }

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

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

 a { background-color: rgb(19,85,127); }

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

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

 span { border-color: rgb(19,85,127); }

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