Html Css Color HEX #202076 Midnight Blue

📋 copy color: '#202076'

red 32 ◦ green 32 ◦ blue 118

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

Shades of Midnight Blue #202076

Tints of Midnight Blue #202076

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.58%

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

R = 17.58%
G = 17.58%
B = 64.84%

CMYK

 C value IS 0.73

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#202076 (or 0x202076) is known color: Midnight Blue. HEX triplet: 20, 20 and 76. RGB value is (32,32,118). Sum of RGB (Red+Green+Blue) = 32+32+118=182 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.58% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 118 (46.48% from 255 or 64.84% from 182); Max value from RGB is 118 - color contains mainly: blue. Hex color #202076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202076 is #DFDF89. Grayscale: #292929. Windows color (decimal): -14671754 or 7741472. OLE color: 7741472.

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

Color convert

RGB 32 32 118 -
CMYK 0.73 0.73 0 0.54
HSL 240º 0.57% 0.29% -
HSV(B) 240º 0.73% 0.46% -
XYZ 4.38 2.65 17.42 -
YUV 41.8 171 121.01 -
System Red Green Blue C M Y K H S L
Decimal 32 32 118 0.73 0.73 0 0.54 240 0.57 0.29
Hex 20 20 76 49 49 0 36 F0 39 1D
Octal 40 40 166 111 111 0 66 360 71 35
Binary 100000 100000 1110110 1001001 1001001 0 110110 11110000 111001 11101

Color Harmonies of #202076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202076

Black with #202076

Text Example


Text Example

White with #202076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202076; }

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

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

background-color css

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

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

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

border-color css

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

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

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