#212C6F

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

Shades of Midnight Blue #212C6F

Tints of Midnight Blue #212C6F

Color information

#212C6F (or 0x212C6F) is unknown color: approx Midnight Blue. HEX triplet: 21, 2C and 6F. RGB value is (33,44,111). Sum of RGB (Red+Green+Blue) = 33+44+111=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 44 (17.58% from 255 or 23.40% from 188); Blue value is 111 (43.75% from 255 or 59.04% from 188); Max value from RGB is 111 - color contains mainly: blue. Hex color #212C6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212C6F is #DED390. Grayscale: #303030. Windows color (decimal): -14603153 or 7285793. OLE color: 7285793.

HSL color Cylindrical-coordinate representation of color #212C6F: hue angle of 231.54º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #212C6F is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3344111-
CMYK0.700.6000.56
HSL231.54º54.17%28.24%-
HSV(B)231.54º70.27%43.53%-
XYZ4.43.2715.44-
YUV48.35163.36117.05-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.55%
GREEN value IS 44 (17.58% from 255) = 23.40%
BLUE value IS 111 (43.75% from 255) = 59.04%
R=17.55%
G=23.40%
B=59.04%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33441110.700.6000.56231.5454.1728.24
Hex212C6F463C038e8361c
Octal4154157106740703506634
Binary1000011011001101111100011011110001110001110100011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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