#212A77

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

Shades of Midnight Blue #212A77

Tints of Midnight Blue #212A77

Color information

#212A77 (or 0x212A77) is unknown color: approx Midnight Blue. HEX triplet: 21, 2A and 77. RGB value is (33,42,119). Sum of RGB (Red+Green+Blue) = 33+42+119=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 42 (16.80% from 255 or 21.65% from 194); Blue value is 119 (46.88% from 255 or 61.34% from 194); Max value from RGB is 119 - color contains mainly: blue. Hex color #212A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212A77 is #DED588. Grayscale: #2F2F2F. Windows color (decimal): -14603657 or 7809569. OLE color: 7809569.

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

Color convert

RGB3342119-
CMYK0.720.6500.53
HSL233.72º56.58%29.8%-
HSV(B)233.72º72.27%46.67%-
XYZ4.783.3117.84-
YUV48.09168.02117.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.01%
GREEN value IS 42 (16.80% from 255) = 21.65%
BLUE value IS 119 (46.88% from 255) = 61.34%
R=17.01%
G=21.65%
B=61.34%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33421190.720.6500.53233.7256.5829.8
Hex212A774841035ea391e
Octal41521671101010653527136
Binary10000110101011101111001000100000101101011110101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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