Html Css Color HEX #20477B Bahama Blue

📋 copy color: '#20477B'

red 32 ◦ green 71 ◦ blue 123

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

Shades of Bahama Blue #20477B

Tints of Bahama Blue #20477B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.42%

 BLUE value IS 123 (48.44% from 255) = 54.42%

R = 14.16%
G = 31.42%
B = 54.42%

CMYK

 C value IS 0.74

 M value IS 0.42

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#20477B (or 0x20477B) is known color: Bahama Blue. HEX triplet: 20, 47 and 7B. RGB value is (32,71,123). Sum of RGB (Red+Green+Blue) = 32+71+123=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 123 (48.44% from 255 or 54.42% from 226); Max value from RGB is 123 - color contains mainly: blue. Hex color #20477B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20477B is #DFB884. Grayscale: #414141. Windows color (decimal): -14661765 or 8079136. OLE color: 8079136.

HSL color Cylindrical-coordinate representation of color #20477B: hue angle of 214.29º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20477B is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 32 71 123 -
CMYK 0.74 0.42 0 0.52
HSL 214.29º 0.59% 0.3% -
HSV(B) 214.29º 0.74% 0.48% -
XYZ 6.42 6.24 19.61 -
YUV 65.27 160.58 104.27 -
System Red Green Blue C M Y K H S L
Decimal 32 71 123 0.74 0.42 0 0.52 214.29 0.59 0.3
Hex 20 47 7B 4A 2A 0 34 D6 3B 1E
Octal 40 107 173 112 52 0 64 326 73 36
Binary 100000 1000111 1111011 1001010 101010 0 110100 11010110 111011 11110

Color Harmonies of #20477B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20477B

Black with #20477B

Text Example


Text Example

White with #20477B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20477B; }

 p { color: rgb(32,71,123); }

 H1.HeaderClassName
 {
   color: #20477B;
 }
 .AnyTagClassName
 {
   color: #20477B;
 }
</style>

background-color css

<style>
 a { background-color: #20477B; }

 a { background-color: rgb(32,71,123); }

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

border-color css

<style>
 span { border-color: #20477B; }

 span { border-color: rgb(32,71,123); }

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