#020FAD

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

Shades of New Midnight Blue #020FAD

Tints of New Midnight Blue #020FAD

Color information

#020FAD (or 0x020FAD) is unknown color: approx New Midnight Blue. HEX triplet: 02, 0F and AD. RGB value is (2,15,173). Sum of RGB (Red+Green+Blue) = 2+15+173=190 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 190); Green value is 15 (6.25% from 255 or 7.89% from 190); Blue value is 173 (67.97% from 255 or 91.05% from 190); Max value from RGB is 173 - color contains mainly: blue. Hex color #020FAD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020FAD is #FDF052. Grayscale: #1C1C1C. Windows color (decimal): -16642131 or 11341570. OLE color: 11341570.

HSL color Cylindrical-coordinate representation of color #020FAD: hue angle of 235.44º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020FAD is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB215173-
CMYK0.990.9100.32
HSL235.44º97.71%34.31%-
HSV(B)235.44º98.84%67.84%-
XYZ7.743.3739.78-
YUV29.12209.19108.65-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.05%
GREEN value IS 15 (6.25% from 255) = 7.89%
BLUE value IS 173 (67.97% from 255) = 91.05%
R=1.05%
G=7.89%
B=91.05%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal2151730.990.9100.32235.4497.7134.31
Hex2FAD635B020eb6222
Octal21725514313304035314242
Binary10111110101101110001110110110100000111010111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,15,173); }

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

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

 a { background-color: rgb(2,15,173); }

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

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

 span { border-color: rgb(2,15,173); }

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