Html Css Color HEX #204059 Regal Blue

📋 copy color: '#204059'

red 32 ◦ green 64 ◦ blue 89

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

Shades of Regal Blue #204059

Tints of Regal Blue #204059

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.59%

 BLUE value IS 89 (35.16% from 255) = 48.11%

R = 17.3%
G = 34.59%
B = 48.11%

CMYK

 C value IS 0.64

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#204059 (or 0x204059) is known color: Regal Blue. HEX triplet: 20, 40 and 59. RGB value is (32,64,89). Sum of RGB (Red+Green+Blue) = 32+64+89=185 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.30% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 89 (35.16% from 255 or 48.11% from 185); Max value from RGB is 89 - color contains mainly: blue. Hex color #204059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204059 is #DFBFA6. Grayscale: #393939. Windows color (decimal): -14663591 or 5849120. OLE color: 5849120.

HSL color Cylindrical-coordinate representation of color #204059: hue angle of 206.32º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #204059 is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 32 64 89 -
CMYK 0.64 0.28 0 0.65
HSL 206.32º 0.47% 0.24% -
HSV(B) 206.32º 0.64% 0.35% -
XYZ 4.23 4.7 10.13 -
YUV 57.28 145.9 109.97 -
System Red Green Blue C M Y K H S L
Decimal 32 64 89 0.64 0.28 0 0.65 206.32 0.47 0.24
Hex 20 40 59 40 1C 0 41 CE 2F 18
Octal 40 100 131 100 34 0 101 316 57 30
Binary 100000 1000000 1011001 1000000 11100 0 1000001 11001110 101111 11000

Color Harmonies of #204059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204059

Black with #204059

Text Example


Text Example

White with #204059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204059; }

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

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

background-color css

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

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

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

border-color css

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

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

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