Html Css Color HEX #20507D Bahama Blue

📋 copy color: '#20507D'

red 32 ◦ green 80 ◦ blue 125

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

Shades of Bahama Blue #20507D

Tints of Bahama Blue #20507D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.76%

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

R = 13.5%
G = 33.76%
B = 52.74%

CMYK

 C value IS 0.74

 M value IS 0.36

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#20507D (or 0x20507D) is known color: Bahama Blue. HEX triplet: 20, 50 and 7D. RGB value is (32,80,125). Sum of RGB (Red+Green+Blue) = 32+80+125=237 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.50% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 125 (49.22% from 255 or 52.74% from 237); Max value from RGB is 125 - color contains mainly: blue. Hex color #20507D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20507D is #DFAF82. Grayscale: #464646. Windows color (decimal): -14659459 or 8212512. OLE color: 8212512.

HSL color Cylindrical-coordinate representation of color #20507D: hue angle of 209.03º 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 #20507D is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 32 80 125 -
CMYK 0.74 0.36 0 0.51
HSL 209.03º 0.59% 0.31% -
HSV(B) 209.03º 0.74% 0.49% -
XYZ 7.17 7.53 20.48 -
YUV 70.78 158.6 100.34 -
System Red Green Blue C M Y K H S L
Decimal 32 80 125 0.74 0.36 0 0.51 209.03 0.59 0.31
Hex 20 50 7D 4A 24 0 33 D1 3B 1F
Octal 40 120 175 112 44 0 63 321 73 37
Binary 100000 1010000 1111101 1001010 100100 0 110011 11010001 111011 11111

Color Harmonies of #20507D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20507D

Black with #20507D

Text Example


Text Example

White with #20507D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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