#212463

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

Shades of Midnight Blue #212463

Tints of Midnight Blue #212463

Color information

#212463 (or 0x212463) is unknown color: approx Midnight Blue. HEX triplet: 21, 24 and 63. RGB value is (33,36,99). Sum of RGB (Red+Green+Blue) = 33+36+99=168 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.64% from 168); Green value is 36 (14.45% from 255 or 21.43% from 168); Blue value is 99 (39.06% from 255 or 58.93% from 168); Max value from RGB is 99 - color contains mainly: blue. Hex color #212463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212463 is #DEDB9C. Grayscale: #2A2A2A. Windows color (decimal): -14605213 or 6497313. OLE color: 6497313.

HSL color Cylindrical-coordinate representation of color #212463: hue angle of 237.27º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #212463 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB333699-
CMYK0.670.6400.61
HSL237.27º50%25.88%-
HSV(B)237.27º66.67%38.82%-
XYZ3.512.4912.1-
YUV42.28160.01121.38-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.64%
GREEN value IS 36 (14.45% from 255) = 21.43%
BLUE value IS 99 (39.06% from 255) = 58.93%
R=19.64%
G=21.43%
B=58.93%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3336990.670.6400.61237.275025.88
Hex212463434003Ded321a
Octal41441431031000753556232
Binary10000110010011000111000011100000001111011110110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212463; }

 p { color: rgb(33,36,99); }

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

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

 a { background-color: rgb(33,36,99); }

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

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

 span { border-color: rgb(33,36,99); }

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