#13598B

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

Shades of Bahama Blue #13598B

Tints of Bahama Blue #13598B

Color information

#13598B (or 0x13598B) is unknown color: approx Bahama Blue. HEX triplet: 13, 59 and 8B. RGB value is (19,89,139). Sum of RGB (Red+Green+Blue) = 19+89+139=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 89 (35.16% from 255 or 36.03% from 247); Blue value is 139 (54.69% from 255 or 56.28% from 247); Max value from RGB is 139 - color contains mainly: blue. Hex color #13598B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13598B is #ECA674. Grayscale: #494949. Windows color (decimal): -15509109 or 9132307. OLE color: 9132307.

HSL color Cylindrical-coordinate representation of color #13598B: hue angle of 205º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13598B is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1989139-
CMYK0.860.3600.45
HSL205º75.95%30.98%-
HSV(B)205º86.33%54.51%-
XYZ8.59.1525.74-
YUV73.77164.8188.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.69%
GREEN value IS 89 (35.16% from 255) = 36.03%
BLUE value IS 139 (54.69% from 255) = 56.28%
R=7.69%
G=36.03%
B=56.28%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal19891390.860.3600.4520575.9530.98
Hex13598B562402Dcd4c1f
Octal231312131264405531511437
Binary100111011001100010111010110100100010110111001101100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13598B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,89,139); }

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

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

 a { background-color: rgb(19,89,139); }

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

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

 span { border-color: rgb(19,89,139); }

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