#212763

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

Shades of Midnight Blue #212763

Tints of Midnight Blue #212763

Color information

#212763 (or 0x212763) is unknown color: approx Midnight Blue. HEX triplet: 21, 27 and 63. RGB value is (33,39,99). Sum of RGB (Red+Green+Blue) = 33+39+99=171 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.30% from 171); Green value is 39 (15.62% from 255 or 22.81% from 171); Blue value is 99 (39.06% from 255 or 57.89% from 171); Max value from RGB is 99 - color contains mainly: blue. Hex color #212763 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212763 is #DED89C. Grayscale: #2B2B2B. Windows color (decimal): -14604445 or 6498081. OLE color: 6498081.

HSL color Cylindrical-coordinate representation of color #212763: hue angle of 234.55º 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 #212763 is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB333999-
CMYK0.670.6100.61
HSL234.55º50%25.88%-
HSV(B)234.55º66.67%38.82%-
XYZ3.62.6812.13-
YUV44.05159.01120.12-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.30%
GREEN value IS 39 (15.62% from 255) = 22.81%
BLUE value IS 99 (39.06% from 255) = 57.89%
R=19.30%
G=22.81%
B=57.89%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3339990.670.6100.61234.555025.88
Hex212763433D03Deb321a
Octal4147143103750753536232
Binary1000011001111100011100001111110101111011110101111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212763; }

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

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

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

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

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

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

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

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