Html Css Color HEX #201365 Midnight Blue

📋 copy color: '#201365'

red 32 ◦ green 19 ◦ blue 101

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

Shades of Midnight Blue #201365

Tints of Midnight Blue #201365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 66.45%

R = 21.05%
G = 12.5%
B = 66.45%

CMYK

 C value IS 0.68

 M value IS 0.81

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#201365 (or 0x201365) is known color: Midnight Blue. HEX triplet: 20, 13 and 65. RGB value is (32,19,101). Sum of RGB (Red+Green+Blue) = 32+19+101=152 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.05% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 101 (39.84% from 255 or 66.45% from 152); Max value from RGB is 101 - color contains mainly: blue. Hex color #201365 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201365 is #DFEC9A. Grayscale: #1F1F1F. Windows color (decimal): -14675099 or 6624032. OLE color: 6624032.

HSL color Cylindrical-coordinate representation of color #201365: hue angle of 249.51º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #201365 is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 32 19 101 -
CMYK 0.68 0.81 0 0.60
HSL 249.51º 0.68% 0.24% -
HSV(B) 249.51º 0.81% 0.4% -
XYZ 3.18 1.71 12.47 -
YUV 32.24 166.81 127.83 -
System Red Green Blue C M Y K H S L
Decimal 32 19 101 0.68 0.81 0 0.60 249.51 0.68 0.24
Hex 20 13 65 44 51 0 3C FA 44 18
Octal 40 23 145 104 121 0 74 372 104 30
Binary 100000 10011 1100101 1000100 1010001 0 111100 11111010 1000100 11000

Color Harmonies of #201365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201365

Black with #201365

Text Example


Text Example

White with #201365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201365; }

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

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

background-color css

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

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

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

border-color css

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

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

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