Html Css Color HEX #20507C Bahama Blue

📋 copy color: '#20507C'

red 32 ◦ green 80 ◦ blue 124

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

Shades of Bahama Blue #20507C

Tints of Bahama Blue #20507C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 52.54%

R = 13.56%
G = 33.9%
B = 52.54%

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

#20507C (or 0x20507C) is known color: Bahama Blue. HEX triplet: 20, 50 and 7C. RGB value is (32,80,124). Sum of RGB (Red+Green+Blue) = 32+80+124=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 124 (48.83% from 255 or 52.54% from 236); Max value from RGB is 124 - color contains mainly: blue. Hex color #20507C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20507C is #DFAF83. Grayscale: #464646. Windows color (decimal): -14659460 or 8146976. OLE color: 8146976.

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

Color convert

RGB 32 80 124 -
CMYK 0.74 0.35 0 0.51
HSL 208.7º 0.59% 0.31% -
HSV(B) 208.7º 0.74% 0.49% -
XYZ 7.1 7.5 20.14 -
YUV 70.66 158.1 100.42 -
System Red Green Blue C M Y K H S L
Decimal 32 80 124 0.74 0.35 0 0.51 208.7 0.59 0.31
Hex 20 50 7C 4A 23 0 33 D1 3B 1F
Octal 40 120 174 112 43 0 63 321 73 37
Binary 100000 1010000 1111100 1001010 100011 0 110011 11010001 111011 11111

Color Harmonies of #20507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20507C

Black with #20507C

Text Example


Text Example

White with #20507C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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