Html Css Color HEX #20415F Regal Blue

📋 copy color: '#20415F'

red 32 ◦ green 65 ◦ blue 95

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

Shades of Regal Blue #20415F

Tints of Regal Blue #20415F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 49.48%

R = 16.67%
G = 33.85%
B = 49.48%

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

#20415F (or 0x20415F) is known color: Regal Blue. HEX triplet: 20, 41 and 5F. RGB value is (32,65,95). Sum of RGB (Red+Green+Blue) = 32+65+95=192 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.67% from 192); Green value is 65 (25.78% from 255 or 33.85% from 192); Blue value is 95 (37.5% from 255 or 49.48% from 192); Max value from RGB is 95 - color contains mainly: blue. Hex color #20415F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20415F is #DFBEA0. Grayscale: #3A3A3A. Windows color (decimal): -14663329 or 6242592. OLE color: 6242592.

HSL color Cylindrical-coordinate representation of color #20415F: hue angle of 208.57º degrees, saturation: 0.5, 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 #20415F is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 32 65 95 -
CMYK 0.66 0.32 0 0.63
HSL 208.57º 0.5% 0.25% -
HSV(B) 208.57º 0.66% 0.37% -
XYZ 4.55 4.91 11.54 -
YUV 58.55 148.57 109.06 -
System Red Green Blue C M Y K H S L
Decimal 32 65 95 0.66 0.32 0 0.63 208.57 0.5 0.25
Hex 20 41 5F 42 20 0 3F D1 32 19
Octal 40 101 137 102 40 0 77 321 62 31
Binary 100000 1000001 1011111 1000010 100000 0 111111 11010001 110010 11001

Color Harmonies of #20415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20415F

Black with #20415F

Text Example


Text Example

White with #20415F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20415F; }

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

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

background-color css

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

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

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

border-color css

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

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

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