Html Css Color HEX #201361 Midnight Blue

📋 copy color: '#201361'

red 32 ◦ green 19 ◦ blue 97

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

Shades of Midnight Blue #201361

Tints of Midnight Blue #201361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 65.54%

R = 21.62%
G = 12.84%
B = 65.54%

CMYK

 C value IS 0.67

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#201361 (or 0x201361) is known color: Midnight Blue. HEX triplet: 20, 13 and 61. RGB value is (32,19,97). Sum of RGB (Red+Green+Blue) = 32+19+97=148 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.62% from 148); Green value is 19 (7.81% from 255 or 12.84% from 148); Blue value is 97 (38.28% from 255 or 65.54% from 148); Max value from RGB is 97 - color contains mainly: blue. Hex color #201361 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201361 is #DFEC9E. Grayscale: #1F1F1F. Windows color (decimal): -14675103 or 6361888. OLE color: 6361888.

HSL color Cylindrical-coordinate representation of color #201361: hue angle of 250º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #201361 is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 32 19 97 -
CMYK 0.67 0.80 0 0.62
HSL 250º 0.67% 0.23% -
HSV(B) 250º 0.8% 0.38% -
XYZ 2.99 1.64 11.47 -
YUV 31.78 164.81 128.16 -
System Red Green Blue C M Y K H S L
Decimal 32 19 97 0.67 0.80 0 0.62 250 0.67 0.23
Hex 20 13 61 43 50 0 3E FA 43 17
Octal 40 23 141 103 120 0 76 372 103 27
Binary 100000 10011 1100001 1000011 1010000 0 111110 11111010 1000011 10111

Color Harmonies of #201361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201361

Black with #201361

Text Example


Text Example

White with #201361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201361; }

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

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

background-color css

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

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

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

border-color css

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

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

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