#020F99

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

Shades of New Midnight Blue #020F99

Tints of New Midnight Blue #020F99

Color information

#020F99 (or 0x020F99) is unknown color: approx New Midnight Blue. HEX triplet: 02, 0F and 99. RGB value is (2,15,153). Sum of RGB (Red+Green+Blue) = 2+15+153=170 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 170); Green value is 15 (6.25% from 255 or 8.82% from 170); Blue value is 153 (60.16% from 255 or 90% from 170); Max value from RGB is 153 - color contains mainly: blue. Hex color #020F99 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020F99 is #FDF066. Grayscale: #1A1A1A. Windows color (decimal): -16642151 or 10030850. OLE color: 10030850.

HSL color Cylindrical-coordinate representation of color #020F99: hue angle of 234.83º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020F99 is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB215153-
CMYK0.990.9000.4
HSL234.83º97.42%30.39%-
HSV(B)234.83º98.69%60%-
XYZ5.952.6530.34-
YUV26.84199.19110.28-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.18%
GREEN value IS 15 (6.25% from 255) = 8.82%
BLUE value IS 153 (60.16% from 255) = 90%
R=1.18%
G=8.82%
B=90%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal2151530.990.9000.4234.8397.4230.39
Hex2F99635A028eb611e
Octal21723114313205035314136
Binary1011111001100111000111011010010100011101011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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