#212068

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

Shades of Midnight Blue #212068

Tints of Midnight Blue #212068

Color information

#212068 (or 0x212068) is unknown color: approx Midnight Blue. HEX triplet: 21, 20 and 68. RGB value is (33,32,104). Sum of RGB (Red+Green+Blue) = 33+32+104=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 104 (41.02% from 255 or 61.54% from 169); Max value from RGB is 104 - color contains mainly: blue. Hex color #212068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212068 is #DEDF97. Grayscale: #282828. Windows color (decimal): -14606232 or 6823969. OLE color: 6823969.

HSL color Cylindrical-coordinate representation of color #212068: hue angle of 240.83º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #212068 is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3332104-
CMYK0.680.6900.59
HSL240.83º52.94%26.67%-
HSV(B)240.83º69.23%40.78%-
XYZ3.642.3613.36-
YUV40.51163.83122.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.53%
GREEN value IS 32 (12.89% from 255) = 18.93%
BLUE value IS 104 (41.02% from 255) = 61.54%
R=19.53%
G=18.93%
B=61.54%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33321040.680.6900.59240.8352.9426.67
Hex212068444503Bf1351b
Octal41401501041050733616533
Binary10000110000011010001000100100010101110111111000111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212068; }

 p { color: rgb(33,32,104); }

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

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

 a { background-color: rgb(33,32,104); }

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

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

 span { border-color: rgb(33,32,104); }

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