Html Css Color HEX #205983 Bahama Blue

📋 copy color: '#205983'

red 32 ◦ green 89 ◦ blue 131

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

Shades of Bahama Blue #205983

Tints of Bahama Blue #205983

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.32%

 BLUE value IS 131 (51.56% from 255) = 51.98%

R = 12.7%
G = 35.32%
B = 51.98%

CMYK

 C value IS 0.76

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#205983 (or 0x205983) is known color: Bahama Blue. HEX triplet: 20, 59 and 83. RGB value is (32,89,131). Sum of RGB (Red+Green+Blue) = 32+89+131=252 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.70% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 131 (51.56% from 255 or 51.98% from 252); Max value from RGB is 131 - color contains mainly: blue. Hex color #205983 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205983 is #DFA67C. Grayscale: #4C4C4C. Windows color (decimal): -14657149 or 8608032. OLE color: 8608032.

HSL color Cylindrical-coordinate representation of color #205983: hue angle of 205.45º 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 #205983 is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 32 89 131 -
CMYK 0.76 0.32 0 0.49
HSL 205.45º 0.61% 0.32% -
HSV(B) 205.45º 0.76% 0.51% -
XYZ 8.26 9.09 22.79 -
YUV 76.75 158.62 96.08 -
System Red Green Blue C M Y K H S L
Decimal 32 89 131 0.76 0.32 0 0.49 205.45 0.61 0.32
Hex 20 59 83 4C 20 0 31 CD 3D 20
Octal 40 131 203 114 40 0 61 315 75 40
Binary 100000 1011001 10000011 1001100 100000 0 110001 11001101 111101 100000

Color Harmonies of #205983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205983

Black with #205983

Text Example


Text Example

White with #205983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205983; }

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

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

background-color css

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

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

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

border-color css

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

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

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