#13557B

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

Shades of Bahama Blue #13557B

Tints of Bahama Blue #13557B

Color information

#13557B (or 0x13557B) is unknown color: approx Bahama Blue. HEX triplet: 13, 55 and 7B. RGB value is (19,85,123). Sum of RGB (Red+Green+Blue) = 19+85+123=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 123 (48.44% from 255 or 54.19% from 227); Max value from RGB is 123 - color contains mainly: blue. Hex color #13557B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13557B is #ECAA84. Grayscale: #454545. Windows color (decimal): -15510149 or 8082707. OLE color: 8082707.

HSL color Cylindrical-coordinate representation of color #13557B: hue angle of 201.92º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13557B is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1985123-
CMYK0.850.3100.52
HSL201.92º73.24%27.84%-
HSV(B)201.92º84.55%48.24%-
XYZ7.098.0719.92-
YUV69.6158.1391.91-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.37%
GREEN value IS 85 (33.59% from 255) = 37.44%
BLUE value IS 123 (48.44% from 255) = 54.19%
R=8.37%
G=37.44%
B=54.19%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal19851230.850.3100.52201.9273.2427.84
Hex13557B551F034ca491c
Octal231251731253706431211134
Binary1001110101011111011101010111111011010011001010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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