#2A2073

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

Shades of Midnight Blue #2A2073

Tints of Midnight Blue #2A2073

Color information

#2A2073 (or 0x2A2073) is unknown color: approx Midnight Blue. HEX triplet: 2A, 20 and 73. RGB value is (42,32,115). Sum of RGB (Red+Green+Blue) = 42+32+115=189 (25% of max value = 765). Red value is 42 (16.80% from 255 or 22.22% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 115 (45.31% from 255 or 60.85% from 189); Max value from RGB is 115 - color contains mainly: blue. Hex color #2A2073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2073 is #D5DF8C. Grayscale: #2C2C2C. Windows color (decimal): -14016397 or 7544874. OLE color: 7544874.

HSL color Cylindrical-coordinate representation of color #2A2073: hue angle of 247.23º degrees, saturation: 0.56, 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 #2A2073 is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4232115-
CMYK0.630.7200.55
HSL247.23º56.46%28.82%-
HSV(B)247.23º72.17%45.1%-
XYZ4.572.7616.51-
YUV44.45167.81126.25-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.22%
GREEN value IS 32 (12.89% from 255) = 16.93%
BLUE value IS 115 (45.31% from 255) = 60.85%
R=22.22%
G=16.93%
B=60.85%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal42321150.630.7200.55247.2356.4628.82
Hex2A20733F48037f7381d
Octal5240163771100673677035
Binary1010101000001110011111111100100001101111111011111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A2073; }

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

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

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

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

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

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

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

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