Html Css Color HEX #201576 Midnight Blue

📋 copy color: '#201576'

red 32 ◦ green 21 ◦ blue 118

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

Shades of Midnight Blue #201576

Tints of Midnight Blue #201576

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.28%

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

R = 18.71%
G = 12.28%
B = 69.01%

CMYK

 C value IS 0.73

 M value IS 0.82

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#201576 (or 0x201576) is known color: Midnight Blue. HEX triplet: 20, 15 and 76. RGB value is (32,21,118). Sum of RGB (Red+Green+Blue) = 32+21+118=171 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.71% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 118 (46.48% from 255 or 69.01% from 171); Max value from RGB is 118 - color contains mainly: blue. Hex color #201576 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201576 is #DFEA89. Grayscale: #222222. Windows color (decimal): -14674570 or 7738656. OLE color: 7738656.

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

Color convert

RGB 32 21 118 -
CMYK 0.73 0.82 0 0.54
HSL 246.8º 0.7% 0.27% -
HSV(B) 246.8º 0.82% 0.46% -
XYZ 4.13 2.15 17.34 -
YUV 35.35 174.64 125.61 -
System Red Green Blue C M Y K H S L
Decimal 32 21 118 0.73 0.82 0 0.54 246.8 0.7 0.27
Hex 20 15 76 49 52 0 36 F7 46 1B
Octal 40 25 166 111 122 0 66 367 106 33
Binary 100000 10101 1110110 1001001 1010010 0 110110 11110111 1000110 11011

Color Harmonies of #201576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201576

Black with #201576

Text Example


Text Example

White with #201576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201576; }

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

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

background-color css

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

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

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

border-color css

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

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

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