Html Css Color HEX #201261 Midnight Blue

📋 copy color: '#201261'

red 32 ◦ green 18 ◦ blue 97

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

Shades of Midnight Blue #201261

Tints of Midnight Blue #201261

RGB

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

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

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

R = 21.77%
G = 12.24%
B = 65.99%

CMYK

 C value IS 0.67

 M value IS 0.81

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#201261 (or 0x201261) is known color: Midnight Blue. HEX triplet: 20, 12 and 61. RGB value is (32,18,97). Sum of RGB (Red+Green+Blue) = 32+18+97=147 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.77% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 97 (38.28% from 255 or 65.99% from 147); Max value from RGB is 97 - color contains mainly: blue. Hex color #201261 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201261 is #DFED9E. Grayscale: #1E1E1E. Windows color (decimal): -14675359 or 6361632. OLE color: 6361632.

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

Color convert

RGB 32 18 97 -
CMYK 0.67 0.81 0 0.62
HSL 250.63º 0.69% 0.23% -
HSV(B) 250.63º 0.81% 0.38% -
XYZ 2.97 1.6 11.46 -
YUV 31.19 165.14 128.58 -
System Red Green Blue C M Y K H S L
Decimal 32 18 97 0.67 0.81 0 0.62 250.63 0.69 0.23
Hex 20 12 61 43 51 0 3E FB 45 17
Octal 40 22 141 103 121 0 76 373 105 27
Binary 100000 10010 1100001 1000011 1010001 0 111110 11111011 1000101 10111

Color Harmonies of #201261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201261

Black with #201261

Text Example


Text Example

White with #201261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201261; }

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

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

background-color css

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

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

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

border-color css

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

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

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