Html Css Color HEX #204159 Regal Blue

📋 copy color: '#204159'

red 32 ◦ green 65 ◦ blue 89

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

Shades of Regal Blue #204159

Tints of Regal Blue #204159

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.95%

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

R = 17.2%
G = 34.95%
B = 47.85%

CMYK

 C value IS 0.64

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#204159 (or 0x204159) is known color: Regal Blue. HEX triplet: 20, 41 and 59. RGB value is (32,65,89). Sum of RGB (Red+Green+Blue) = 32+65+89=186 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.20% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 89 (35.16% from 255 or 47.85% from 186); Max value from RGB is 89 - color contains mainly: blue. Hex color #204159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204159 is #DFBEA6. Grayscale: #393939. Windows color (decimal): -14663335 or 5849376. OLE color: 5849376.

HSL color Cylindrical-coordinate representation of color #204159: hue angle of 205.26º 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 #204159 is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 32 65 89 -
CMYK 0.64 0.27 0 0.65
HSL 205.26º 0.47% 0.24% -
HSV(B) 205.26º 0.64% 0.35% -
XYZ 4.29 4.81 10.15 -
YUV 57.87 145.57 109.55 -
System Red Green Blue C M Y K H S L
Decimal 32 65 89 0.64 0.27 0 0.65 205.26 0.47 0.24
Hex 20 41 59 40 1B 0 41 CD 2F 18
Octal 40 101 131 100 33 0 101 315 57 30
Binary 100000 1000001 1011001 1000000 11011 0 1000001 11001101 101111 11000

Color Harmonies of #204159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204159

Black with #204159

Text Example


Text Example

White with #204159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204159; }

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

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

background-color css

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

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

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

border-color css

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

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

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