Html Css Color HEX #204A7D Bahama Blue

📋 copy color: '#204A7D'

red 32 ◦ green 74 ◦ blue 125

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

Shades of Bahama Blue #204A7D

Tints of Bahama Blue #204A7D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.03%

 BLUE value IS 125 (49.22% from 255) = 54.11%

R = 13.85%
G = 32.03%
B = 54.11%

CMYK

 C value IS 0.74

 M value IS 0.41

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#204A7D (or 0x204A7D) is known color: Bahama Blue. HEX triplet: 20, 4A and 7D. RGB value is (32,74,125). Sum of RGB (Red+Green+Blue) = 32+74+125=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 74 (29.30% from 255 or 32.03% from 231); Blue value is 125 (49.22% from 255 or 54.11% from 231); Max value from RGB is 125 - color contains mainly: blue. Hex color #204A7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204A7D is #DFB582. Grayscale: #434343. Windows color (decimal): -14660995 or 8210976. OLE color: 8210976.

HSL color Cylindrical-coordinate representation of color #204A7D: hue angle of 212.9º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #204A7D is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 32 74 125 -
CMYK 0.74 0.41 0 0.51
HSL 212.9º 0.59% 0.31% -
HSV(B) 212.9º 0.74% 0.49% -
XYZ 6.75 6.69 20.34 -
YUV 67.26 160.59 102.85 -
System Red Green Blue C M Y K H S L
Decimal 32 74 125 0.74 0.41 0 0.51 212.9 0.59 0.31
Hex 20 4A 7D 4A 29 0 33 D5 3B 1F
Octal 40 112 175 112 51 0 63 325 73 37
Binary 100000 1001010 1111101 1001010 101001 0 110011 11010101 111011 11111

Color Harmonies of #204A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204A7D

Black with #204A7D

Text Example


Text Example

White with #204A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,74,125); }

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

background-color css

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

 a { background-color: rgb(32,74,125); }

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

border-color css

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

 span { border-color: rgb(32,74,125); }

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