#020FAA

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

Shades of New Midnight Blue #020FAA

Tints of New Midnight Blue #020FAA

Color information

#020FAA (or 0x020FAA) is unknown color: approx New Midnight Blue. HEX triplet: 02, 0F and AA. RGB value is (2,15,170). Sum of RGB (Red+Green+Blue) = 2+15+170=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 15 (6.25% from 255 or 8.02% from 187); Blue value is 170 (66.80% from 255 or 90.91% from 187); Max value from RGB is 170 - color contains mainly: blue. Hex color #020FAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020FAA is #FDF055. Grayscale: #1C1C1C. Windows color (decimal): -16642134 or 11144962. OLE color: 11144962.

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

Color convert

RGB215170-
CMYK0.990.9100.33
HSL235.36º97.67%33.73%-
HSV(B)235.36º98.82%66.67%-
XYZ7.453.2638.27-
YUV28.78207.69108.9-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.07%
GREEN value IS 15 (6.25% from 255) = 8.02%
BLUE value IS 170 (66.80% from 255) = 90.91%
R=1.07%
G=8.02%
B=90.91%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal2151700.990.9100.33235.3697.6733.73
Hex2FAA635B021eb6222
Octal21725214313304135314242
Binary10111110101010110001110110110100001111010111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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