Html Css Color HEX #205077 Bahama Blue

📋 copy color: '#205077'

red 32 ◦ green 80 ◦ blue 119

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

Shades of Bahama Blue #205077

Tints of Bahama Blue #205077

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.63%

 BLUE value IS 119 (46.88% from 255) = 51.52%

R = 13.85%
G = 34.63%
B = 51.52%

CMYK

 C value IS 0.73

 M value IS 0.33

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#205077 (or 0x205077) is known color: Bahama Blue. HEX triplet: 20, 50 and 77. RGB value is (32,80,119). Sum of RGB (Red+Green+Blue) = 32+80+119=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 119 (46.88% from 255 or 51.52% from 231); Max value from RGB is 119 - color contains mainly: blue. Hex color #205077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205077 is #DFAF88. Grayscale: #454545. Windows color (decimal): -14659465 or 7819296. OLE color: 7819296.

HSL color Cylindrical-coordinate representation of color #205077: hue angle of 206.9º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #205077 is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 32 80 119 -
CMYK 0.73 0.33 0 0.53
HSL 206.9º 0.58% 0.3% -
HSV(B) 206.9º 0.73% 0.47% -
XYZ 6.79 7.38 18.52 -
YUV 70.09 155.6 100.83 -
System Red Green Blue C M Y K H S L
Decimal 32 80 119 0.73 0.33 0 0.53 206.9 0.58 0.3
Hex 20 50 77 49 21 0 35 CF 3A 1E
Octal 40 120 167 111 41 0 65 317 72 36
Binary 100000 1010000 1110111 1001001 100001 0 110101 11001111 111010 11110

Color Harmonies of #205077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205077

Black with #205077

Text Example


Text Example

White with #205077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205077; }

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

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

background-color css

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

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

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

border-color css

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

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

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