#13567C

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

Shades of Bahama Blue #13567C

Tints of Bahama Blue #13567C

Color information

#13567C (or 0x13567C) is unknown color: approx Bahama Blue. HEX triplet: 13, 56 and 7C. RGB value is (19,86,124). Sum of RGB (Red+Green+Blue) = 19+86+124=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 86 (33.98% from 255 or 37.55% from 229); Blue value is 124 (48.83% from 255 or 54.15% from 229); Max value from RGB is 124 - color contains mainly: blue. Hex color #13567C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13567C is #ECA983. Grayscale: #464646. Windows color (decimal): -15509892 or 8148499. OLE color: 8148499.

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

Color convert

RGB1986124-
CMYK0.850.3100.51
HSL201.71º73.43%28.04%-
HSV(B)201.71º84.68%48.63%-
XYZ7.238.2520.28-
YUV70.3158.391.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.30%
GREEN value IS 86 (33.98% from 255) = 37.55%
BLUE value IS 124 (48.83% from 255) = 54.15%
R=8.30%
G=37.55%
B=54.15%

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
Decimal19861240.850.3100.51201.7173.4328.04
Hex13567C551F033ca491c
Octal231261741253706331211134
Binary1001110101101111100101010111111011001111001010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13567C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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