#20487D

Color #20487D Bahama Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahama Blue #20487D

Tints of Bahama Blue #20487D

Color information

#20487D (or 0x20487D) is unknown color: approx Bahama Blue. HEX triplet: 20, 48 and 7D. RGB value is (32,72,125). Sum of RGB (Red+Green+Blue) = 32+72+125=229 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.97% from 229); Green value is 72 (28.52% from 255 or 31.44% from 229); Blue value is 125 (49.22% from 255 or 54.59% from 229); Max value from RGB is 125 - color contains mainly: blue. Hex color #20487D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20487D is #DFB782. Grayscale: #414141. Windows color (decimal): -14661507 or 8210464. OLE color: 8210464.

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

Color convert

RGB3272125-
CMYK0.740.4200.51
HSL214.19º59.24%30.78%-
HSV(B)214.19º74.4%49.02%-
XYZ6.616.4220.29-
YUV66.08161.25103.69-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.97%
GREEN value IS 72 (28.52% from 255) = 31.44%
BLUE value IS 125 (49.22% from 255) = 54.59%
R=13.97%
G=31.44%
B=54.59%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal32721250.740.4200.51214.1959.2430.78
Hex20487D4A2A033d63b1f
Octal40110175112520633267337
Binary10000010010001111101100101010101001100111101011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20487D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #20487D;
 }
 .AnyTagClassName
 {
   color: #20487D;
 }
</style>
background-color css

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

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

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

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

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

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