Html Css Color HEX #20517D Bahama Blue

📋 copy color: '#20517D'

red 32 ◦ green 81 ◦ blue 125

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

Shades of Bahama Blue #20517D

Tints of Bahama Blue #20517D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.03%

 BLUE value IS 125 (49.22% from 255) = 52.52%

R = 13.45%
G = 34.03%
B = 52.52%

CMYK

 C value IS 0.74

 M value IS 0.35

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#20517D (or 0x20517D) is known color: Bahama Blue. HEX triplet: 20, 51 and 7D. RGB value is (32,81,125). Sum of RGB (Red+Green+Blue) = 32+81+125=238 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.45% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 125 (49.22% from 255 or 52.52% from 238); Max value from RGB is 125 - color contains mainly: blue. Hex color #20517D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20517D is #DFAE82. Grayscale: #474747. Windows color (decimal): -14659203 or 8212768. OLE color: 8212768.

HSL color Cylindrical-coordinate representation of color #20517D: hue angle of 208.39º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20517D is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 32 81 125 -
CMYK 0.74 0.35 0 0.51
HSL 208.39º 0.59% 0.31% -
HSV(B) 208.39º 0.74% 0.49% -
XYZ 7.24 7.67 20.5 -
YUV 71.37 158.27 99.92 -
System Red Green Blue C M Y K H S L
Decimal 32 81 125 0.74 0.35 0 0.51 208.39 0.59 0.31
Hex 20 51 7D 4A 23 0 33 D0 3B 1F
Octal 40 121 175 112 43 0 63 320 73 37
Binary 100000 1010001 1111101 1001010 100011 0 110011 11010000 111011 11111

Color Harmonies of #20517D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20517D

Black with #20517D

Text Example


Text Example

White with #20517D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20517D; }

 p { color: rgb(32,81,125); }

 H1.HeaderClassName
 {
   color: #20517D;
 }
 .AnyTagClassName
 {
   color: #20517D;
 }
</style>

background-color css

<style>
 a { background-color: #20517D; }

 a { background-color: rgb(32,81,125); }

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

border-color css

<style>
 span { border-color: #20517D; }

 span { border-color: rgb(32,81,125); }

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