#0211A3

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

Shades of New Midnight Blue #0211A3

Tints of New Midnight Blue #0211A3

Color information

#0211A3 (or 0x0211A3) is unknown color: approx New Midnight Blue. HEX triplet: 02, 11 and A3. RGB value is (2,17,163). Sum of RGB (Red+Green+Blue) = 2+17+163=182 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 163 (64.06% from 255 or 89.56% from 182); Max value from RGB is 163 - color contains mainly: blue. Hex color #0211A3 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0211A3 is #FDEE5C. Grayscale: #1C1C1C. Windows color (decimal): -16641629 or 10686722. OLE color: 10686722.

HSL color Cylindrical-coordinate representation of color #0211A3: hue angle of 234.41º 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 #0211A3 is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB217163-
CMYK0.990.9000.36
HSL234.41º97.58%32.35%-
HSV(B)234.41º98.77%63.92%-
XYZ6.843.0634.88-
YUV29.16203.53108.63-

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.34%
BLUE value IS 163 (64.06% from 255) = 89.56%
R=1.10%
G=9.34%
B=89.56%

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
Decimal2171630.990.9000.36234.4197.5832.35
Hex211A3635A024ea6220
Octal22124314313204435214240
Binary101000110100011110001110110100100100111010101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0211A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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