Html Css Color HEX #20497F Bahama Blue

📋 copy color: '#20497F'

red 32 ◦ green 73 ◦ blue 127

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

Shades of Bahama Blue #20497F

Tints of Bahama Blue #20497F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.47%

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

R = 13.79%
G = 31.47%
B = 54.74%

CMYK

 C value IS 0.75

 M value IS 0.43

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#20497F (or 0x20497F) is known color: Bahama Blue. HEX triplet: 20, 49 and 7F. RGB value is (32,73,127). Sum of RGB (Red+Green+Blue) = 32+73+127=232 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.79% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 127 (50% from 255 or 54.74% from 232); Max value from RGB is 127 - color contains mainly: blue. Hex color #20497F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20497F is #DFB680. Grayscale: #424242. Windows color (decimal): -14661249 or 8341792. OLE color: 8341792.

HSL color Cylindrical-coordinate representation of color #20497F: hue angle of 214.11º 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 #20497F is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 32 73 127 -
CMYK 0.75 0.43 0 0.50
HSL 214.11º 0.6% 0.31% -
HSV(B) 214.11º 0.75% 0.5% -
XYZ 6.81 6.6 20.99 -
YUV 66.9 161.92 103.11 -
System Red Green Blue C M Y K H S L
Decimal 32 73 127 0.75 0.43 0 0.50 214.11 0.6 0.31
Hex 20 49 7F 4B 2B 0 32 D6 3C 1F
Octal 40 111 177 113 53 0 62 326 74 37
Binary 100000 1001001 1111111 1001011 101011 0 110010 11010110 111100 11111

Color Harmonies of #20497F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20497F

Black with #20497F

Text Example


Text Example

White with #20497F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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