Html Css Color HEX #20597F Bahama Blue

📋 copy color: '#20597F'

red 32 ◦ green 89 ◦ blue 127

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

Shades of Bahama Blue #20597F

Tints of Bahama Blue #20597F

RGB

 RED value IS 32 (12.89% from 255) = 12.9%

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

 BLUE value IS 127 (50% from 255) = 51.21%

R = 12.9%
G = 35.89%
B = 51.21%

CMYK

 C value IS 0.75

 M value IS 0.30

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#20597F (or 0x20597F) is known color: Bahama Blue. HEX triplet: 20, 59 and 7F. RGB value is (32,89,127). Sum of RGB (Red+Green+Blue) = 32+89+127=248 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.90% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 127 (50% from 255 or 51.21% from 248); Max value from RGB is 127 - color contains mainly: blue. Hex color #20597F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20597F is #DFA680. Grayscale: #4C4C4C. Windows color (decimal): -14657153 or 8345888. OLE color: 8345888.

HSL color Cylindrical-coordinate representation of color #20597F: hue angle of 204º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20597F is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 32 89 127 -
CMYK 0.75 0.30 0 0.50
HSL 204º 0.6% 0.31% -
HSV(B) 204º 0.75% 0.5% -
XYZ 8 8.98 21.39 -
YUV 76.29 156.62 96.41 -
System Red Green Blue C M Y K H S L
Decimal 32 89 127 0.75 0.30 0 0.50 204 0.6 0.31
Hex 20 59 7F 4B 1E 0 32 CC 3C 1F
Octal 40 131 177 113 36 0 62 314 74 37
Binary 100000 1011001 1111111 1001011 11110 0 110010 11001100 111100 11111

Color Harmonies of #20597F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20597F

Black with #20597F

Text Example


Text Example

White with #20597F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20597F; }

 p { color: rgb(32,89,127); }

 H1.HeaderClassName
 {
   color: #20597F;
 }
 .AnyTagClassName
 {
   color: #20597F;
 }
</style>

background-color css

<style>
 a { background-color: #20597F; }

 a { background-color: rgb(32,89,127); }

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

border-color css

<style>
 span { border-color: #20597F; }

 span { border-color: rgb(32,89,127); }

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