#212C7D

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

Shades of Midnight Blue #212C7D

Tints of Midnight Blue #212C7D

Color information

#212C7D (or 0x212C7D) is unknown color: approx Midnight Blue. HEX triplet: 21, 2C and 7D. RGB value is (33,44,125). Sum of RGB (Red+Green+Blue) = 33+44+125=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 44 (17.58% from 255 or 21.78% from 202); Blue value is 125 (49.22% from 255 or 61.88% from 202); Max value from RGB is 125 - color contains mainly: blue. Hex color #212C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212C7D is #DED382. Grayscale: #313131. Windows color (decimal): -14603139 or 8203297. OLE color: 8203297.

HSL color Cylindrical-coordinate representation of color #212C7D: hue angle of 232.83º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #212C7D is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3344125-
CMYK0.740.6500.51
HSL232.83º58.23%30.98%-
HSV(B)232.83º73.6%49.02%-
XYZ5.233.6119.82-
YUV49.94170.36115.91-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.34%
GREEN value IS 44 (17.58% from 255) = 21.78%
BLUE value IS 125 (49.22% from 255) = 61.88%
R=16.34%
G=21.78%
B=61.88%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal33441250.740.6500.51232.8358.2330.98
Hex212C7D4A41033e93a1f
Octal41541751121010633517237
Binary10000110110011111011001010100000101100111110100111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,44,125); }

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

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

 a { background-color: rgb(33,44,125); }

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

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

 span { border-color: rgb(33,44,125); }

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