Html Css Color HEX #201076 Midnight Blue

📋 copy color: '#201076'

red 32 ◦ green 16 ◦ blue 118

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

Shades of Midnight Blue #201076

Tints of Midnight Blue #201076

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.64%

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

R = 19.28%
G = 9.64%
B = 71.08%

CMYK

 C value IS 0.73

 M value IS 0.86

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#201076 (or 0x201076) is known color: Midnight Blue. HEX triplet: 20, 10 and 76. RGB value is (32,16,118). Sum of RGB (Red+Green+Blue) = 32+16+118=166 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.28% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 118 (46.48% from 255 or 71.08% from 166); Max value from RGB is 118 - color contains mainly: blue. Hex color #201076 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201076 is #DFEF89. Grayscale: #202020. Windows color (decimal): -14675850 or 7737376. OLE color: 7737376.

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

Color convert

RGB 32 16 118 -
CMYK 0.73 0.86 0 0.54
HSL 249.41º 0.76% 0.26% -
HSV(B) 249.41º 0.86% 0.46% -
XYZ 4.05 1.99 17.31 -
YUV 32.41 176.3 127.71 -
System Red Green Blue C M Y K H S L
Decimal 32 16 118 0.73 0.86 0 0.54 249.41 0.76 0.26
Hex 20 10 76 49 56 0 36 F9 4C 1A
Octal 40 20 166 111 126 0 66 371 114 32
Binary 100000 10000 1110110 1001001 1010110 0 110110 11111001 1001100 11010

Color Harmonies of #201076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201076

Black with #201076

Text Example


Text Example

White with #201076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201076; }

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

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

background-color css

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

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

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

border-color css

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

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

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