Html Css Color HEX #20417C Resolution Blue

📋 copy color: '#20417C'

red 32 ◦ green 65 ◦ blue 124

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

Shades of Resolution Blue #20417C

Tints of Resolution Blue #20417C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 56.11%

R = 14.48%
G = 29.41%
B = 56.11%

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

#20417C (or 0x20417C) is known color: Resolution Blue. HEX triplet: 20, 41 and 7C. RGB value is (32,65,124). Sum of RGB (Red+Green+Blue) = 32+65+124=221 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.48% from 221); Green value is 65 (25.78% from 255 or 29.41% from 221); Blue value is 124 (48.83% from 255 or 56.11% from 221); Max value from RGB is 124 - color contains mainly: blue. Hex color #20417C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20417C is #DFBE83. Grayscale: #3D3D3D. Windows color (decimal): -14663300 or 8143136. OLE color: 8143136.

HSL color Cylindrical-coordinate representation of color #20417C: hue angle of 218.48º 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 #20417C is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 32 65 124 -
CMYK 0.74 0.48 0 0.51
HSL 218.48º 0.59% 0.31% -
HSV(B) 218.48º 0.74% 0.49% -
XYZ 6.12 5.54 19.82 -
YUV 61.86 163.07 106.7 -
System Red Green Blue C M Y K H S L
Decimal 32 65 124 0.74 0.48 0 0.51 218.48 0.59 0.31
Hex 20 41 7C 4A 30 0 33 DA 3B 1F
Octal 40 101 174 112 60 0 63 332 73 37
Binary 100000 1000001 1111100 1001010 110000 0 110011 11011010 111011 11111

Color Harmonies of #20417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20417C

Black with #20417C

Text Example


Text Example

White with #20417C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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