Html Css Color HEX #20127F Midnight Blue

📋 copy color: '#20127F'

red 32 ◦ green 18 ◦ blue 127

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

Shades of Midnight Blue #20127F

Tints of Midnight Blue #20127F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 71.75%

R = 18.08%
G = 10.17%
B = 71.75%

CMYK

 C value IS 0.75

 M value IS 0.86

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#20127F (or 0x20127F) is known color: Midnight Blue. HEX triplet: 20, 12 and 7F. RGB value is (32,18,127). Sum of RGB (Red+Green+Blue) = 32+18+127=177 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.08% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 127 (50% from 255 or 71.75% from 177); Max value from RGB is 127 - color contains mainly: blue. Hex color #20127F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20127F is #DFED80. Grayscale: #222222. Windows color (decimal): -14675329 or 8327712. OLE color: 8327712.

HSL color Cylindrical-coordinate representation of color #20127F: hue angle of 247.71º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20127F is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 32 18 127 -
CMYK 0.75 0.86 0 0.50
HSL 247.71º 0.75% 0.28% -
HSV(B) 247.71º 0.86% 0.5% -
XYZ 4.64 2.27 20.27 -
YUV 34.61 180.14 126.14 -
System Red Green Blue C M Y K H S L
Decimal 32 18 127 0.75 0.86 0 0.50 247.71 0.75 0.28
Hex 20 12 7F 4B 56 0 32 F8 4B 1C
Octal 40 22 177 113 126 0 62 370 113 34
Binary 100000 10010 1111111 1001011 1010110 0 110010 11111000 1001011 11100

Color Harmonies of #20127F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20127F

Black with #20127F

Text Example


Text Example

White with #20127F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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