Html Css Color HEX #201976 Midnight Blue

📋 copy color: '#201976'

red 32 ◦ green 25 ◦ blue 118

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

Shades of Midnight Blue #201976

Tints of Midnight Blue #201976

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.29%

 BLUE value IS 118 (46.48% from 255) = 67.43%

R = 18.29%
G = 14.29%
B = 67.43%

CMYK

 C value IS 0.73

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#201976 (or 0x201976) is known color: Midnight Blue. HEX triplet: 20, 19 and 76. RGB value is (32,25,118). Sum of RGB (Red+Green+Blue) = 32+25+118=175 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.29% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 118 (46.48% from 255 or 67.43% from 175); Max value from RGB is 118 - color contains mainly: blue. Hex color #201976 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201976 is #DFE689. Grayscale: #252525. Windows color (decimal): -14673546 or 7739680. OLE color: 7739680.

HSL color Cylindrical-coordinate representation of color #201976: hue angle of 244.52º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #201976 is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 32 25 118 -
CMYK 0.73 0.79 0 0.54
HSL 244.52º 0.65% 0.28% -
HSV(B) 244.52º 0.79% 0.46% -
XYZ 4.21 2.31 17.36 -
YUV 37.7 173.32 123.94 -
System Red Green Blue C M Y K H S L
Decimal 32 25 118 0.73 0.79 0 0.54 244.52 0.65 0.28
Hex 20 19 76 49 4F 0 36 F5 41 1C
Octal 40 31 166 111 117 0 66 365 101 34
Binary 100000 11001 1110110 1001001 1001111 0 110110 11110101 1000001 11100

Color Harmonies of #201976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201976

Black with #201976

Text Example


Text Example

White with #201976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201976; }

 p { color: rgb(32,25,118); }

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

background-color css

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

 a { background-color: rgb(32,25,118); }

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

border-color css

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

 span { border-color: rgb(32,25,118); }

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