Html Css Color HEX #202976 Midnight Blue

📋 copy color: '#202976'

red 32 ◦ green 41 ◦ blue 118

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

Shades of Midnight Blue #202976

Tints of Midnight Blue #202976

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.47%

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

R = 16.75%
G = 21.47%
B = 61.78%

CMYK

 C value IS 0.73

 M value IS 0.65

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#202976 (or 0x202976) is known color: Midnight Blue. HEX triplet: 20, 29 and 76. RGB value is (32,41,118). Sum of RGB (Red+Green+Blue) = 32+41+118=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 118 (46.48% from 255 or 61.78% from 191); Max value from RGB is 118 - color contains mainly: blue. Hex color #202976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202976 is #DFD689. Grayscale: #2E2E2E. Windows color (decimal): -14669450 or 7743776. OLE color: 7743776.

HSL color Cylindrical-coordinate representation of color #202976: hue angle of 233.72º 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 #202976 is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 32 41 118 -
CMYK 0.73 0.65 0 0.54
HSL 233.72º 0.57% 0.29% -
HSV(B) 233.72º 0.73% 0.46% -
XYZ 4.66 3.2 17.51 -
YUV 47.09 168.02 117.24 -
System Red Green Blue C M Y K H S L
Decimal 32 41 118 0.73 0.65 0 0.54 233.72 0.57 0.29
Hex 20 29 76 49 41 0 36 EA 39 1D
Octal 40 51 166 111 101 0 66 352 71 35
Binary 100000 101001 1110110 1001001 1000001 0 110110 11101010 111001 11101

Color Harmonies of #202976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202976

Black with #202976

Text Example


Text Example

White with #202976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202976; }

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

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

background-color css

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

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

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

border-color css

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

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

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