#020FA0

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

Shades of New Midnight Blue #020FA0

Tints of New Midnight Blue #020FA0

Color information

#020FA0 (or 0x020FA0) is unknown color: approx New Midnight Blue. HEX triplet: 02, 0F and A0. RGB value is (2,15,160). Sum of RGB (Red+Green+Blue) = 2+15+160=177 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.13% from 177); Green value is 15 (6.25% from 255 or 8.47% from 177); Blue value is 160 (62.89% from 255 or 90.40% from 177); Max value from RGB is 160 - color contains mainly: blue. Hex color #020FA0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020FA0 is #FDF05F. Grayscale: #1B1B1B. Windows color (decimal): -16642144 or 10489602. OLE color: 10489602.

HSL color Cylindrical-coordinate representation of color #020FA0: hue angle of 235.06º degrees, saturation: 0.98, 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 #020FA0 is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB215160-
CMYK0.990.9100.37
HSL235.06º97.53%31.76%-
HSV(B)235.06º98.75%62.75%-
XYZ6.542.8933.47-
YUV27.64202.69109.71-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.13%
GREEN value IS 15 (6.25% from 255) = 8.47%
BLUE value IS 160 (62.89% from 255) = 90.40%
R=1.13%
G=8.47%
B=90.40%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal2151600.990.9100.37235.0697.5331.76
Hex2FA0635B025eb6220
Octal21724014313304535314240
Binary10111110100000110001110110110100101111010111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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