Html Css Color HEX #20247D Midnight Blue

📋 copy color: '#20247D'

red 32 ◦ green 36 ◦ blue 125

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

Shades of Midnight Blue #20247D

Tints of Midnight Blue #20247D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.65%

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

R = 16.58%
G = 18.65%
B = 64.77%

CMYK

 C value IS 0.74

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#20247D (or 0x20247D) is known color: Midnight Blue. HEX triplet: 20, 24 and 7D. RGB value is (32,36,125). Sum of RGB (Red+Green+Blue) = 32+36+125=193 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.58% from 193); Green value is 36 (14.45% from 255 or 18.65% from 193); Blue value is 125 (49.22% from 255 or 64.77% from 193); Max value from RGB is 125 - color contains mainly: blue. Hex color #20247D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20247D is #DFDB82. Grayscale: #2C2C2C. Windows color (decimal): -14670723 or 8201248. OLE color: 8201248.

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

Color convert

RGB 32 36 125 -
CMYK 0.74 0.71 0 0.51
HSL 237.42º 0.59% 0.31% -
HSV(B) 237.42º 0.74% 0.49% -
XYZ 4.93 3.05 19.73 -
YUV 44.95 173.17 118.76 -
System Red Green Blue C M Y K H S L
Decimal 32 36 125 0.74 0.71 0 0.51 237.42 0.59 0.31
Hex 20 24 7D 4A 47 0 33 ED 3B 1F
Octal 40 44 175 112 107 0 63 355 73 37
Binary 100000 100100 1111101 1001010 1000111 0 110011 11101101 111011 11111

Color Harmonies of #20247D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20247D

Black with #20247D

Text Example


Text Example

White with #20247D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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