Html Css Color HEX #20405E Regal Blue

📋 copy color: '#20405E'

red 32 ◦ green 64 ◦ blue 94

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

Shades of Regal Blue #20405E

Tints of Regal Blue #20405E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 49.47%

R = 16.84%
G = 33.68%
B = 49.47%

CMYK

 C value IS 0.66

 M value IS 0.32

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#20405E (or 0x20405E) is known color: Regal Blue. HEX triplet: 20, 40 and 5E. RGB value is (32,64,94). Sum of RGB (Red+Green+Blue) = 32+64+94=190 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.84% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 94 (37.11% from 255 or 49.47% from 190); Max value from RGB is 94 - color contains mainly: blue. Hex color #20405E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20405E is #DFBFA1. Grayscale: #393939. Windows color (decimal): -14663586 or 6176800. OLE color: 6176800.

HSL color Cylindrical-coordinate representation of color #20405E: hue angle of 209.03º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #20405E is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 32 64 94 -
CMYK 0.66 0.32 0 0.63
HSL 209.03º 0.49% 0.25% -
HSV(B) 209.03º 0.66% 0.37% -
XYZ 4.45 4.78 11.28 -
YUV 57.85 148.4 109.56 -
System Red Green Blue C M Y K H S L
Decimal 32 64 94 0.66 0.32 0 0.63 209.03 0.49 0.25
Hex 20 40 5E 42 20 0 3F D1 31 19
Octal 40 100 136 102 40 0 77 321 61 31
Binary 100000 1000000 1011110 1000010 100000 0 111111 11010001 110001 11001

Color Harmonies of #20405E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20405E

Black with #20405E

Text Example


Text Example

White with #20405E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20405E; }

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

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

background-color css

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

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

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

border-color css

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

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

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