#020AB1

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

Shades of New Midnight Blue #020AB1

Tints of New Midnight Blue #020AB1

Color information

#020AB1 (or 0x020AB1) is unknown color: approx New Midnight Blue. HEX triplet: 02, 0A and B1. RGB value is (2,10,177). Sum of RGB (Red+Green+Blue) = 2+10+177=189 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 189); Green value is 10 (4.30% from 255 or 5.29% from 189); Blue value is 177 (69.53% from 255 or 93.65% from 189); Max value from RGB is 177 - color contains mainly: blue. Hex color #020AB1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020AB1 is #FDF54E. Grayscale: #191919. Windows color (decimal): -16643407 or 11602434. OLE color: 11602434.

HSL color Cylindrical-coordinate representation of color #020AB1: hue angle of 237.26º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020AB1 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB210177-
CMYK0.990.9400.31
HSL237.26º97.77%35.1%-
HSV(B)237.26º98.87%69.41%-
XYZ8.073.441.83-
YUV26.65212.85110.42-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.06%
GREEN value IS 10 (4.30% from 255) = 5.29%
BLUE value IS 177 (69.53% from 255) = 93.65%
R=1.06%
G=5.29%
B=93.65%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal2101770.990.9400.31237.2697.7735.1
Hex2AB1635E01Fed6223
Octal21226114313603735514243
Binary1010101011000111000111011110011111111011011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020AB1; }

 p { color: rgb(2,10,177); }

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

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

 a { background-color: rgb(2,10,177); }

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

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

 span { border-color: rgb(2,10,177); }

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