#212A73

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

Shades of Midnight Blue #212A73

Tints of Midnight Blue #212A73

Color information

#212A73 (or 0x212A73) is unknown color: approx Midnight Blue. HEX triplet: 21, 2A and 73. RGB value is (33,42,115). Sum of RGB (Red+Green+Blue) = 33+42+115=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 42 (16.80% from 255 or 22.11% from 190); Blue value is 115 (45.31% from 255 or 60.53% from 190); Max value from RGB is 115 - color contains mainly: blue. Hex color #212A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212A73 is #DED58C. Grayscale: #2F2F2F. Windows color (decimal): -14603661 or 7547425. OLE color: 7547425.

HSL color Cylindrical-coordinate representation of color #212A73: hue angle of 233.41º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #212A73 is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3342115-
CMYK0.710.6300.55
HSL233.41º55.41%29.02%-
HSV(B)233.41º71.3%45.1%-
XYZ4.553.2216.6-
YUV47.63166.02117.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.37%
GREEN value IS 42 (16.80% from 255) = 22.11%
BLUE value IS 115 (45.31% from 255) = 60.53%
R=17.37%
G=22.11%
B=60.53%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33421150.710.6300.55233.4155.4129.02
Hex212A73473F037e9371d
Octal4152163107770673516735
Binary1000011010101110011100011111111101101111110100111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212A73; }

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

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

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

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

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

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

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

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