Html Css Color HEX #13598B Bahama Blue

📋 copy color: '#13598B'

red 19 ◦ green 89 ◦ blue 139

#13598B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahama Blue #13598B

Tints of Bahama Blue #13598B

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 value IS 0.86

 M value IS 0.36

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13598B (or 0x13598B) is known color: 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

RGB 19 89 139 -
CMYK 0.86 0.36 0 0.45
HSL 205º 0.76% 0.31% -
HSV(B) 205º 0.86% 0.55% -
XYZ 8.5 9.15 25.74 -
YUV 73.77 164.81 88.93 -
System Red Green Blue C M Y K H S L
Decimal 19 89 139 0.86 0.36 0 0.45 205 0.76 0.31
Hex 13 59 8B 56 24 0 2D CD 4C 1F
Octal 23 131 213 126 44 0 55 315 114 37
Binary 10011 1011001 10001011 1010110 100100 0 101101 11001101 1001100 11111

Color Harmonies of #13598B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13598B

Black with #13598B

Text Example


Text Example

White with #13598B

Text Example


Text Example

HTML Codes & Css Web 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>