#0201A1

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

Shades of New Midnight Blue #0201A1

Tints of New Midnight Blue #0201A1

Color information

#0201A1 (or 0x0201A1) is unknown color: approx New Midnight Blue. HEX triplet: 02, 01 and A1. RGB value is (2,1,161). Sum of RGB (Red+Green+Blue) = 2+1+161=164 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.22% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 161 (63.28% from 255 or 98.17% from 164); Max value from RGB is 161 - color contains mainly: blue. Hex color #0201A1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0201A1 is #FDFE5E. Grayscale: #121212. Windows color (decimal): -16645727 or 10551554. OLE color: 10551554.

HSL color Cylindrical-coordinate representation of color #0201A1: hue angle of 240.38º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0201A1 is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB21161-
CMYK0.990.9900.37
HSL240.38º98.77%31.76%-
HSV(B)240.38º99.38%63.14%-
XYZ6.472.6133.88-
YUV19.54207.83115.49-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.22%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 161 (63.28% from 255) = 98.17%
R=1.22%
G=0.61%
B=98.17%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal211610.990.9900.37240.3898.7731.76
Hex21A16363025f06320
Octal2124114314304536014340
Binary10110100001110001111000110100101111100001100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0201A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0201A1; }

 p { color: rgb(2,1,161); }

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

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

 a { background-color: rgb(2,1,161); }

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

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

 span { border-color: rgb(2,1,161); }

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