#202A7B

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

Shades of Midnight Blue #202A7B

Tints of Midnight Blue #202A7B

Color information

#202A7B (or 0x202A7B) is unknown color: approx Midnight Blue. HEX triplet: 20, 2A and 7B. RGB value is (32,42,123). Sum of RGB (Red+Green+Blue) = 32+42+123=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 42 (16.80% from 255 or 21.32% from 197); Blue value is 123 (48.44% from 255 or 62.44% from 197); Max value from RGB is 123 - color contains mainly: blue. Hex color #202A7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202A7B is #DFD584. Grayscale: #2F2F2F. Windows color (decimal): -14669189 or 8071712. OLE color: 8071712.

HSL color Cylindrical-coordinate representation of color #202A7B: hue angle of 233.41º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #202A7B is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3242123-
CMYK0.740.6600.52
HSL233.41º58.71%30.39%-
HSV(B)233.41º73.98%48.24%-
XYZ53.3919.13-
YUV48.24170.19116.41-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.24%
GREEN value IS 42 (16.80% from 255) = 21.32%
BLUE value IS 123 (48.44% from 255) = 62.44%
R=16.24%
G=21.32%
B=62.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal32421230.740.6600.52233.4158.7130.39
Hex202A7B4A42034e93b1e
Octal40521731121020643517336
Binary10000010101011110111001010100001001101001110100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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