#205083

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

Shades of Bahama Blue #205083

Tints of Bahama Blue #205083

Color information

#205083 (or 0x205083) is unknown color: approx Bahama Blue. HEX triplet: 20, 50 and 83. RGB value is (32,80,131). Sum of RGB (Red+Green+Blue) = 32+80+131=243 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.17% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 131 (51.56% from 255 or 53.91% from 243); Max value from RGB is 131 - color contains mainly: blue. Hex color #205083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205083 is #DFAF7C. Grayscale: #474747. Windows color (decimal): -14659453 or 8605728. OLE color: 8605728.

HSL color Cylindrical-coordinate representation of color #205083: hue angle of 210.91º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #205083 is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3280131-
CMYK0.760.3900.49
HSL210.91º60.74%31.96%-
HSV(B)210.91º75.57%51.37%-
XYZ7.567.6822.56-
YUV71.46161.699.85-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.17%
GREEN value IS 80 (31.64% from 255) = 32.92%
BLUE value IS 131 (51.56% from 255) = 53.91%
R=13.17%
G=32.92%
B=53.91%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal32801310.760.3900.49210.9160.7431.96
Hex2050834C27031d33d20
Octal40120203114470613237540
Binary1000001010000100000111001100100111011000111010011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205083; }

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

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

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

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

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

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

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

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