#212269

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

Shades of Midnight Blue #212269

Tints of Midnight Blue #212269

Color information

#212269 (or 0x212269) is unknown color: approx Midnight Blue. HEX triplet: 21, 22 and 69. RGB value is (33,34,105). Sum of RGB (Red+Green+Blue) = 33+34+105=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 34 (13.67% from 255 or 19.77% from 172); Blue value is 105 (41.41% from 255 or 61.05% from 172); Max value from RGB is 105 - color contains mainly: blue. Hex color #212269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212269 is #DEDD96. Grayscale: #292929. Windows color (decimal): -14605719 or 6890017. OLE color: 6890017.

HSL color Cylindrical-coordinate representation of color #212269: hue angle of 239.17º degrees, saturation: 0.52, 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 #212269 is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3334105-
CMYK0.690.6800.59
HSL239.17º52.17%27.06%-
HSV(B)239.17º68.57%41.18%-
XYZ3.752.4913.65-
YUV41.79163.67121.73-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.19%
GREEN value IS 34 (13.67% from 255) = 19.77%
BLUE value IS 105 (41.41% from 255) = 61.05%
R=19.19%
G=19.77%
B=61.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33341050.690.6800.59239.1752.1727.06
Hex212269454403Bef341b
Octal41421511051040733576433
Binary10000110001011010011000101100010001110111110111111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212269; }

 p { color: rgb(33,34,105); }

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

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

 a { background-color: rgb(33,34,105); }

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

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

 span { border-color: rgb(33,34,105); }

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