Html Css Color HEX #20405B Regal Blue

📋 copy color: '#20405B'

red 32 ◦ green 64 ◦ blue 91

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

Shades of Regal Blue #20405B

Tints of Regal Blue #20405B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 48.66%

R = 17.11%
G = 34.22%
B = 48.66%

CMYK

 C value IS 0.65

 M value IS 0.30

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#20405B (or 0x20405B) is known color: Regal Blue. HEX triplet: 20, 40 and 5B. RGB value is (32,64,91). Sum of RGB (Red+Green+Blue) = 32+64+91=187 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.11% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 91 (35.94% from 255 or 48.66% from 187); Max value from RGB is 91 - color contains mainly: blue. Hex color #20405B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20405B is #DFBFA4. Grayscale: #393939. Windows color (decimal): -14663589 or 5980192. OLE color: 5980192.

HSL color Cylindrical-coordinate representation of color #20405B: hue angle of 207.46º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #20405B is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 32 64 91 -
CMYK 0.65 0.30 0 0.64
HSL 207.46º 0.48% 0.24% -
HSV(B) 207.46º 0.65% 0.36% -
XYZ 4.32 4.73 10.58 -
YUV 57.51 146.9 109.8 -
System Red Green Blue C M Y K H S L
Decimal 32 64 91 0.65 0.30 0 0.64 207.46 0.48 0.24
Hex 20 40 5B 41 1E 0 40 CF 30 18
Octal 40 100 133 101 36 0 100 317 60 30
Binary 100000 1000000 1011011 1000001 11110 0 1000000 11001111 110000 11000

Color Harmonies of #20405B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20405B

Black with #20405B

Text Example


Text Example

White with #20405B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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