#202A74

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

Shades of Midnight Blue #202A74

Tints of Midnight Blue #202A74

Color information

#202A74 (or 0x202A74) is unknown color: approx Midnight Blue. HEX triplet: 20, 2A and 74. RGB value is (32,42,116). Sum of RGB (Red+Green+Blue) = 32+42+116=190 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.84% from 190); Green value is 42 (16.80% from 255 or 22.11% from 190); Blue value is 116 (45.70% from 255 or 61.05% from 190); Max value from RGB is 116 - color contains mainly: blue. Hex color #202A74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202A74 is #DFD58B. Grayscale: #2F2F2F. Windows color (decimal): -14669196 or 7612960. OLE color: 7612960.

HSL color Cylindrical-coordinate representation of color #202A74: hue angle of 232.86º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #202A74 is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3242116-
CMYK0.720.6400.55
HSL232.86º56.76%29.02%-
HSV(B)232.86º72.41%45.49%-
XYZ4.583.2216.9-
YUV47.45166.69116.98-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.84%
GREEN value IS 42 (16.80% from 255) = 22.11%
BLUE value IS 116 (45.70% from 255) = 61.05%
R=16.84%
G=22.11%
B=61.05%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32421160.720.6400.55232.8656.7629.02
Hex202A744840037e9391d
Octal40521641101000673517135
Binary10000010101011101001001000100000001101111110100111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202A74; }

 p { color: rgb(32,42,116); }

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

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

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

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

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

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

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