Html Css Color HEX #13598C Bahama Blue

📋 copy color: '#13598C'

red 19 ◦ green 89 ◦ blue 140

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

Shades of Bahama Blue #13598C

Tints of Bahama Blue #13598C

RGB

 RED value IS 19 (7.81% from 255) = 7.66%

 GREEN value IS 89 (35.16% from 255) = 35.89%

 BLUE value IS 140 (55.08% from 255) = 56.45%

R = 7.66%
G = 35.89%
B = 56.45%

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

#13598C (or 0x13598C) is known color: Bahama Blue. HEX triplet: 13, 59 and 8C. RGB value is (19,89,140). Sum of RGB (Red+Green+Blue) = 19+89+140=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 140 (55.08% from 255 or 56.45% from 248); Max value from RGB is 140 - color contains mainly: blue. Hex color #13598C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13598C is #ECA673. Grayscale: #494949. Windows color (decimal): -15509108 or 9197843. OLE color: 9197843.

HSL color Cylindrical-coordinate representation of color #13598C: hue angle of 205.29º 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 #13598C is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 89 140 -
CMYK 0.86 0.36 0 0.45
HSL 205.29º 0.76% 0.31% -
HSV(B) 205.29º 0.86% 0.55% -
XYZ 8.57 9.18 26.13 -
YUV 73.88 165.31 88.85 -
System Red Green Blue C M Y K H S L
Decimal 19 89 140 0.86 0.36 0 0.45 205.29 0.76 0.31
Hex 13 59 8C 56 24 0 2D CD 4C 1F
Octal 23 131 214 126 44 0 55 315 114 37
Binary 10011 1011001 10001100 1010110 100100 0 101101 11001101 1001100 11111

Color Harmonies of #13598C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13598C

Black with #13598C

Text Example


Text Example

White with #13598C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #13598C;
 }
 .AnyTagClassName
 {
   color: #13598C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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