Html Css Color HEX #205176 Bahama Blue

📋 copy color: '#205176'

red 32 ◦ green 81 ◦ blue 118

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

Shades of Bahama Blue #205176

Tints of Bahama Blue #205176

RGB

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

 GREEN value IS 81 (32.03% from 255) = 35.06%

 BLUE value IS 118 (46.48% from 255) = 51.08%

R = 13.85%
G = 35.06%
B = 51.08%

CMYK

 C value IS 0.73

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#205176 (or 0x205176) is known color: Bahama Blue. HEX triplet: 20, 51 and 76. RGB value is (32,81,118). Sum of RGB (Red+Green+Blue) = 32+81+118=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 81 (32.03% from 255 or 35.06% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #205176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205176 is #DFAE89. Grayscale: #464646. Windows color (decimal): -14659210 or 7754016. OLE color: 7754016.

HSL color Cylindrical-coordinate representation of color #205176: hue angle of 205.81º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #205176 is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 32 81 118 -
CMYK 0.73 0.31 0 0.54
HSL 205.81º 0.57% 0.29% -
HSV(B) 205.81º 0.73% 0.46% -
XYZ 6.81 7.5 18.23 -
YUV 70.57 154.77 100.49 -
System Red Green Blue C M Y K H S L
Decimal 32 81 118 0.73 0.31 0 0.54 205.81 0.57 0.29
Hex 20 51 76 49 1F 0 36 CE 39 1D
Octal 40 121 166 111 37 0 66 316 71 35
Binary 100000 1010001 1110110 1001001 11111 0 110110 11001110 111001 11101

Color Harmonies of #205176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205176

Black with #205176

Text Example


Text Example

White with #205176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205176; }

 p { color: rgb(32,81,118); }

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

background-color css

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

 a { background-color: rgb(32,81,118); }

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

border-color css

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

 span { border-color: rgb(32,81,118); }

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