Html Css Color HEX #204F81 Bahama Blue

📋 copy color: '#204F81'

red 32 ◦ green 79 ◦ blue 129

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

Shades of Bahama Blue #204F81

Tints of Bahama Blue #204F81

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.92%

 BLUE value IS 129 (50.78% from 255) = 53.75%

R = 13.33%
G = 32.92%
B = 53.75%

CMYK

 C value IS 0.75

 M value IS 0.39

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#204F81 (or 0x204F81) is known color: Bahama Blue. HEX triplet: 20, 4F and 81. RGB value is (32,79,129). Sum of RGB (Red+Green+Blue) = 32+79+129=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 79 (31.25% from 255 or 32.92% from 240); Blue value is 129 (50.78% from 255 or 53.75% from 240); Max value from RGB is 129 - color contains mainly: blue. Hex color #204F81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #204F81 is #DFB07E. Grayscale: #464646. Windows color (decimal): -14659711 or 8474400. OLE color: 8474400.

HSL color Cylindrical-coordinate representation of color #204F81: hue angle of 210.93º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #204F81 is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 32 79 129 -
CMYK 0.75 0.39 0 0.49
HSL 210.93º 0.6% 0.32% -
HSV(B) 210.93º 0.75% 0.51% -
XYZ 7.35 7.48 21.83 -
YUV 70.65 160.93 100.43 -
System Red Green Blue C M Y K H S L
Decimal 32 79 129 0.75 0.39 0 0.49 210.93 0.6 0.32
Hex 20 4F 81 4B 27 0 31 D3 3C 20
Octal 40 117 201 113 47 0 61 323 74 40
Binary 100000 1001111 10000001 1001011 100111 0 110001 11010011 111100 100000

Color Harmonies of #204F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204F81

Black with #204F81

Text Example


Text Example

White with #204F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204F81; }

 p { color: rgb(32,79,129); }

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

background-color css

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

 a { background-color: rgb(32,79,129); }

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

border-color css

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

 span { border-color: rgb(32,79,129); }

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