#13567D

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

Shades of Bahama Blue #13567D

Tints of Bahama Blue #13567D

Color information

#13567D (or 0x13567D) is unknown color: approx Bahama Blue. HEX triplet: 13, 56 and 7D. RGB value is (19,86,125). Sum of RGB (Red+Green+Blue) = 19+86+125=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 125 (49.22% from 255 or 54.35% from 230); Max value from RGB is 125 - color contains mainly: blue. Hex color #13567D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13567D is #ECA982. Grayscale: #464646. Windows color (decimal): -15509891 or 8214035. OLE color: 8214035.

HSL color Cylindrical-coordinate representation of color #13567D: hue angle of 202.08º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13567D is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1986125-
CMYK0.850.3100.51
HSL202.08º73.61%28.24%-
HSV(B)202.08º84.8%49.02%-
XYZ7.38.2720.61-
YUV70.41158.891.33-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.26%
GREEN value IS 86 (33.98% from 255) = 37.39%
BLUE value IS 125 (49.22% from 255) = 54.35%
R=8.26%
G=37.39%
B=54.35%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal19861250.850.3100.51202.0873.6128.24
Hex13567D551F033ca4a1c
Octal231261751253706331211234
Binary1001110101101111101101010111111011001111001010100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13567D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13567D; }

 p { color: rgb(19,86,125); }

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

<style>
 a { background-color: #13567D; }

 a { background-color: rgb(19,86,125); }

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

<style>
 span { border-color: #13567D; }

 span { border-color: rgb(19,86,125); }

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