#202966

Color #202966 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #202966

Tints of Midnight Blue #202966

Color information

#202966 (or 0x202966) is unknown color: approx Midnight Blue. HEX triplet: 20, 29 and 66. RGB value is (32,41,102). Sum of RGB (Red+Green+Blue) = 32+41+102=175 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.29% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 102 (40.23% from 255 or 58.29% from 175); Max value from RGB is 102 - color contains mainly: blue. Hex color #202966 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202966 is #DFD699. Grayscale: #2D2D2D. Windows color (decimal): -14669466 or 6695200. OLE color: 6695200.

HSL color Cylindrical-coordinate representation of color #202966: hue angle of 232.29º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #202966 is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3241102-
CMYK0.690.6000.6
HSL232.29º52.24%26.27%-
HSV(B)232.29º68.63%40%-
XYZ3.792.8512.92-
YUV45.26160.02118.54-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.29%
GREEN value IS 41 (16.41% from 255) = 23.43%
BLUE value IS 102 (40.23% from 255) = 58.29%
R=18.29%
G=23.43%
B=58.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal32411020.690.6000.6232.2952.2426.27
Hex202966453C03Ce8341a
Octal4051146105740743506432
Binary1000001010011100110100010111110001111001110100011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202966; }

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

 H1.HeaderClassName
 {
   color: #202966;
 }
 .AnyTagClassName
 {
   color: #202966;
 }
</style>
background-color css

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

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

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

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

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

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