Html Css Color HEX #20127C Midnight Blue

📋 copy color: '#20127C'

red 32 ◦ green 18 ◦ blue 124

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

Shades of Midnight Blue #20127C

Tints of Midnight Blue #20127C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.34%

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

R = 18.39%
G = 10.34%
B = 71.26%

CMYK

 C value IS 0.74

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#20127C (or 0x20127C) is known color: Midnight Blue. HEX triplet: 20, 12 and 7C. RGB value is (32,18,124). Sum of RGB (Red+Green+Blue) = 32+18+124=174 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.39% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 124 (48.83% from 255 or 71.26% from 174); Max value from RGB is 124 - color contains mainly: blue. Hex color #20127C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20127C is #DFED83. Grayscale: #212121. Windows color (decimal): -14675332 or 8131104. OLE color: 8131104.

HSL color Cylindrical-coordinate representation of color #20127C: hue angle of 247.92º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20127C is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 32 18 124 -
CMYK 0.74 0.85 0 0.51
HSL 247.92º 0.75% 0.28% -
HSV(B) 247.92º 0.85% 0.49% -
XYZ 4.45 2.19 19.26 -
YUV 34.27 178.64 126.38 -
System Red Green Blue C M Y K H S L
Decimal 32 18 124 0.74 0.85 0 0.51 247.92 0.75 0.28
Hex 20 12 7C 4A 55 0 33 F8 4B 1C
Octal 40 22 174 112 125 0 63 370 113 34
Binary 100000 10010 1111100 1001010 1010101 0 110011 11111000 1001011 11100

Color Harmonies of #20127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20127C

Black with #20127C

Text Example


Text Example

White with #20127C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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