#020DB1

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

Shades of New Midnight Blue #020DB1

Tints of New Midnight Blue #020DB1

Color information

#020DB1 (or 0x020DB1) is unknown color: approx New Midnight Blue. HEX triplet: 02, 0D and B1. RGB value is (2,13,177). Sum of RGB (Red+Green+Blue) = 2+13+177=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 13 (5.47% from 255 or 6.77% from 192); Blue value is 177 (69.53% from 255 or 92.19% from 192); Max value from RGB is 177 - color contains mainly: blue. Hex color #020DB1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020DB1 is #FDF24E. Grayscale: #1B1B1B. Windows color (decimal): -16642639 or 11603202. OLE color: 11603202.

HSL color Cylindrical-coordinate representation of color #020DB1: hue angle of 236.23º 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 #020DB1 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB213177-
CMYK0.990.9300.31
HSL236.23º97.77%35.1%-
HSV(B)236.23º98.87%69.41%-
XYZ8.13.4841.84-
YUV28.41211.86109.16-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.04%
GREEN value IS 13 (5.47% from 255) = 6.77%
BLUE value IS 177 (69.53% from 255) = 92.19%
R=1.04%
G=6.77%
B=92.19%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal2131770.990.9300.31236.2397.7735.1
Hex2DB1635D01Fec6223
Octal21526114313503735414243
Binary1011011011000111000111011101011111111011001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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