Html Css Color HEX #201381 Midnight Blue

📋 copy color: '#201381'

red 32 ◦ green 19 ◦ blue 129

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

Shades of Midnight Blue #201381

Tints of Midnight Blue #201381

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.56%

 BLUE value IS 129 (50.78% from 255) = 71.67%

R = 17.78%
G = 10.56%
B = 71.67%

CMYK

 C value IS 0.75

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#201381 (or 0x201381) is known color: Midnight Blue. HEX triplet: 20, 13 and 81. RGB value is (32,19,129). Sum of RGB (Red+Green+Blue) = 32+19+129=180 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.78% from 180); Green value is 19 (7.81% from 255 or 10.56% from 180); Blue value is 129 (50.78% from 255 or 71.67% from 180); Max value from RGB is 129 - color contains mainly: blue. Hex color #201381 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201381 is #DFEC7E. Grayscale: #232323. Windows color (decimal): -14675071 or 8459040. OLE color: 8459040.

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

Color convert

RGB 32 19 129 -
CMYK 0.75 0.85 0 0.49
HSL 247.09º 0.74% 0.29% -
HSV(B) 247.09º 0.85% 0.51% -
XYZ 4.79 2.36 20.97 -
YUV 35.43 180.81 125.56 -
System Red Green Blue C M Y K H S L
Decimal 32 19 129 0.75 0.85 0 0.49 247.09 0.74 0.29
Hex 20 13 81 4B 55 0 31 F7 4A 1D
Octal 40 23 201 113 125 0 61 367 112 35
Binary 100000 10011 10000001 1001011 1010101 0 110001 11110111 1001010 11101

Color Harmonies of #201381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201381

Black with #201381

Text Example


Text Example

White with #201381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201381; }

 p { color: rgb(32,19,129); }

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

background-color css

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

 a { background-color: rgb(32,19,129); }

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

border-color css

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

 span { border-color: rgb(32,19,129); }

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