Html Css Color HEX #20417D Resolution Blue

📋 copy color: '#20417D'

red 32 ◦ green 65 ◦ blue 125

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

Shades of Resolution Blue #20417D

Tints of Resolution Blue #20417D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 56.31%

R = 14.41%
G = 29.28%
B = 56.31%

CMYK

 C value IS 0.74

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#20417D (or 0x20417D) is known color: Resolution Blue. HEX triplet: 20, 41 and 7D. RGB value is (32,65,125). Sum of RGB (Red+Green+Blue) = 32+65+125=222 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.41% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 125 (49.22% from 255 or 56.31% from 222); Max value from RGB is 125 - color contains mainly: blue. Hex color #20417D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20417D is #DFBE82. Grayscale: #3D3D3D. Windows color (decimal): -14663299 or 8208672. OLE color: 8208672.

HSL color Cylindrical-coordinate representation of color #20417D: hue angle of 218.71º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20417D is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 32 65 125 -
CMYK 0.74 0.48 0 0.51
HSL 218.71º 0.59% 0.31% -
HSV(B) 218.71º 0.74% 0.49% -
XYZ 6.19 5.57 20.15 -
YUV 61.97 163.57 106.62 -
System Red Green Blue C M Y K H S L
Decimal 32 65 125 0.74 0.48 0 0.51 218.71 0.59 0.31
Hex 20 41 7D 4A 30 0 33 DB 3B 1F
Octal 40 101 175 112 60 0 63 333 73 37
Binary 100000 1000001 1111101 1001010 110000 0 110011 11011011 111011 11111

Color Harmonies of #20417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20417D

Black with #20417D

Text Example


Text Example

White with #20417D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20417D; }

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

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

background-color css

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

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

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

border-color css

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

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

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