#0211A2

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

Shades of New Midnight Blue #0211A2

Tints of New Midnight Blue #0211A2

Color information

#0211A2 (or 0x0211A2) is unknown color: approx New Midnight Blue. HEX triplet: 02, 11 and A2. RGB value is (2,17,162). Sum of RGB (Red+Green+Blue) = 2+17+162=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 162 (63.67% from 255 or 89.50% from 181); Max value from RGB is 162 - color contains mainly: blue. Hex color #0211A2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0211A2 is #FDEE5D. Grayscale: #1C1C1C. Windows color (decimal): -16641630 or 10621186. OLE color: 10621186.

HSL color Cylindrical-coordinate representation of color #0211A2: hue angle of 234.38º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0211A2 is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB217162-
CMYK0.990.9000.36
HSL234.38º97.56%32.16%-
HSV(B)234.38º98.77%63.53%-
XYZ6.753.0234.41-
YUV29.04203.03108.71-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.10%
GREEN value IS 17 (7.03% from 255) = 9.39%
BLUE value IS 162 (63.67% from 255) = 89.50%
R=1.10%
G=9.39%
B=89.50%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal2171620.990.9000.36234.3897.5632.16
Hex211A2635A024ea6220
Octal22124214313204435214240
Binary101000110100010110001110110100100100111010101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0211A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0211A2; }

 p { color: rgb(2,17,162); }

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

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

 a { background-color: rgb(2,17,162); }

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

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

 span { border-color: rgb(2,17,162); }

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