#212A79

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

Shades of Midnight Blue #212A79

Tints of Midnight Blue #212A79

Color information

#212A79 (or 0x212A79) is unknown color: approx Midnight Blue. HEX triplet: 21, 2A and 79. RGB value is (33,42,121). Sum of RGB (Red+Green+Blue) = 33+42+121=196 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.84% from 196); Green value is 42 (16.80% from 255 or 21.43% from 196); Blue value is 121 (47.66% from 255 or 61.73% from 196); Max value from RGB is 121 - color contains mainly: blue. Hex color #212A79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212A79 is #DED586. Grayscale: #2F2F2F. Windows color (decimal): -14603655 or 7940641. OLE color: 7940641.

HSL color Cylindrical-coordinate representation of color #212A79: hue angle of 233.86º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #212A79 is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3342121-
CMYK0.730.6500.53
HSL233.86º57.14%30.2%-
HSV(B)233.86º72.73%47.45%-
XYZ4.913.3618.48-
YUV48.32169.02117.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.84%
GREEN value IS 42 (16.80% from 255) = 21.43%
BLUE value IS 121 (47.66% from 255) = 61.73%
R=16.84%
G=21.43%
B=61.73%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33421210.730.6500.53233.8657.1430.2
Hex212A794941035ea391e
Octal41521711111010653527136
Binary10000110101011110011001001100000101101011110101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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