#205F8A

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

Shades of Bahama Blue #205F8A

Tints of Bahama Blue #205F8A

Color information

#205F8A (or 0x205F8A) is unknown color: approx Bahama Blue. HEX triplet: 20, 5F and 8A. RGB value is (32,95,138). Sum of RGB (Red+Green+Blue) = 32+95+138=265 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.08% from 265); Green value is 95 (37.5% from 255 or 35.85% from 265); Blue value is 138 (54.30% from 255 or 52.08% from 265); Max value from RGB is 138 - color contains mainly: blue. Hex color #205F8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205F8A is #DFA075. Grayscale: #505050. Windows color (decimal): -14655606 or 9068320. OLE color: 9068320.

HSL color Cylindrical-coordinate representation of color #205F8A: hue angle of 204.34º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #205F8A is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3295138-
CMYK0.770.3100.46
HSL204.34º62.35%33.33%-
HSV(B)204.34º76.81%54.12%-
XYZ9.2810.3325.55-
YUV81.06160.1393-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.08%
GREEN value IS 95 (37.5% from 255) = 35.85%
BLUE value IS 138 (54.30% from 255) = 52.08%
R=12.08%
G=35.85%
B=52.08%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal32951380.770.3100.46204.3462.3533.33
Hex205F8A4D1F02Ecc3e21
Octal40137212115370563147641
Binary100000101111110001010100110111111010111011001100111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205F8A; }

 p { color: rgb(32,95,138); }

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

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

 a { background-color: rgb(32,95,138); }

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

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

 span { border-color: rgb(32,95,138); }

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