#020DB0

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

Shades of New Midnight Blue #020DB0

Tints of New Midnight Blue #020DB0

Color information

#020DB0 (or 0x020DB0) is unknown color: approx New Midnight Blue. HEX triplet: 02, 0D and B0. RGB value is (2,13,176). Sum of RGB (Red+Green+Blue) = 2+13+176=191 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 191); Green value is 13 (5.47% from 255 or 6.81% from 191); Blue value is 176 (69.14% from 255 or 92.15% from 191); Max value from RGB is 176 - color contains mainly: blue. Hex color #020DB0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020DB0 is #FDF24F. Grayscale: #1B1B1B. Windows color (decimal): -16642640 or 11537666. OLE color: 11537666.

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

Color convert

RGB213176-
CMYK0.990.9300.31
HSL236.21º97.75%34.9%-
HSV(B)236.21º98.86%69.02%-
XYZ8.013.4441.32-
YUV28.29211.36109.25-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.05%
GREEN value IS 13 (5.47% from 255) = 6.81%
BLUE value IS 176 (69.14% from 255) = 92.15%
R=1.05%
G=6.81%
B=92.15%

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
Decimal2131760.990.9300.31236.2197.7534.9
Hex2DB0635D01Fec6223
Octal21526014313503735414243
Binary1011011011000011000111011101011111111011001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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