Html Css Color HEX #201761 Midnight Blue

📋 copy color: '#201761'

red 32 ◦ green 23 ◦ blue 97

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

Shades of Midnight Blue #201761

Tints of Midnight Blue #201761

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.13%

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

R = 21.05%
G = 15.13%
B = 63.82%

CMYK

 C value IS 0.67

 M value IS 0.76

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#201761 (or 0x201761) is known color: Midnight Blue. HEX triplet: 20, 17 and 61. RGB value is (32,23,97). Sum of RGB (Red+Green+Blue) = 32+23+97=152 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.05% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 97 (38.28% from 255 or 63.82% from 152); Max value from RGB is 97 - color contains mainly: blue. Hex color #201761 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201761 is #DFE89E. Grayscale: #212121. Windows color (decimal): -14674079 or 6362912. OLE color: 6362912.

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

Color convert

RGB 32 23 97 -
CMYK 0.67 0.76 0 0.62
HSL 247.3º 0.62% 0.24% -
HSV(B) 247.3º 0.76% 0.38% -
XYZ 3.06 1.78 11.49 -
YUV 34.13 163.48 126.48 -
System Red Green Blue C M Y K H S L
Decimal 32 23 97 0.67 0.76 0 0.62 247.3 0.62 0.24
Hex 20 17 61 43 4C 0 3E F7 3E 18
Octal 40 27 141 103 114 0 76 367 76 30
Binary 100000 10111 1100001 1000011 1001100 0 111110 11110111 111110 11000

Color Harmonies of #201761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201761

Black with #201761

Text Example


Text Example

White with #201761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201761; }

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

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

background-color css

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

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

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

border-color css

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

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

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