Html Css Color HEX #206189 Bahama Blue

📋 copy color: '#206189'

red 32 ◦ green 97 ◦ blue 137

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

Shades of Bahama Blue #206189

Tints of Bahama Blue #206189

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.47%

 BLUE value IS 137 (53.91% from 255) = 51.5%

R = 12.03%
G = 36.47%
B = 51.5%

CMYK

 C value IS 0.77

 M value IS 0.29

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#206189 (or 0x206189) is known color: Bahama Blue. HEX triplet: 20, 61 and 89. RGB value is (32,97,137). Sum of RGB (Red+Green+Blue) = 32+97+137=266 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.03% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 137 (53.91% from 255 or 51.50% from 266); Max value from RGB is 137 - color contains mainly: blue. Hex color #206189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206189 is #DF9E76. Grayscale: #515151. Windows color (decimal): -14655095 or 9003296. OLE color: 9003296.

HSL color Cylindrical-coordinate representation of color #206189: hue angle of 202.86º 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 #206189 is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 32 97 137 -
CMYK 0.77 0.29 0 0.46
HSL 202.86º 0.62% 0.33% -
HSV(B) 202.86º 0.77% 0.54% -
XYZ 9.39 10.66 25.23 -
YUV 82.13 158.97 92.25 -
System Red Green Blue C M Y K H S L
Decimal 32 97 137 0.77 0.29 0 0.46 202.86 0.62 0.33
Hex 20 61 89 4D 1D 0 2E CB 3E 21
Octal 40 141 211 115 35 0 56 313 76 41
Binary 100000 1100001 10001001 1001101 11101 0 101110 11001011 111110 100001

Color Harmonies of #206189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206189

Black with #206189

Text Example


Text Example

White with #206189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206189; }

 p { color: rgb(32,97,137); }

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

background-color css

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

 a { background-color: rgb(32,97,137); }

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

border-color css

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

 span { border-color: rgb(32,97,137); }

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