Html Css Color HEX #20425B Regal Blue

📋 copy color: '#20425B'

red 32 ◦ green 66 ◦ blue 91

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

Shades of Regal Blue #20425B

Tints of Regal Blue #20425B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.92%

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

R = 16.93%
G = 34.92%
B = 48.15%

CMYK

 C value IS 0.65

 M value IS 0.27

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#20425B (or 0x20425B) is known color: Regal Blue. HEX triplet: 20, 42 and 5B. RGB value is (32,66,91). Sum of RGB (Red+Green+Blue) = 32+66+91=189 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.93% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 91 (35.94% from 255 or 48.15% from 189); Max value from RGB is 91 - color contains mainly: blue. Hex color #20425B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20425B is #DFBDA4. Grayscale: #3A3A3A. Windows color (decimal): -14663077 or 5980704. OLE color: 5980704.

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

Color convert

RGB 32 66 91 -
CMYK 0.65 0.27 0 0.64
HSL 205.42º 0.48% 0.24% -
HSV(B) 205.42º 0.65% 0.36% -
XYZ 4.43 4.96 10.62 -
YUV 58.68 146.24 108.97 -
System Red Green Blue C M Y K H S L
Decimal 32 66 91 0.65 0.27 0 0.64 205.42 0.48 0.24
Hex 20 42 5B 41 1B 0 40 CD 30 18
Octal 40 102 133 101 33 0 100 315 60 30
Binary 100000 1000010 1011011 1000001 11011 0 1000000 11001101 110000 11000

Color Harmonies of #20425B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20425B

Black with #20425B

Text Example


Text Example

White with #20425B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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