#020499

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

Shades of New Midnight Blue #020499

Tints of New Midnight Blue #020499

Color information

#020499 (or 0x020499) is unknown color: approx New Midnight Blue. HEX triplet: 02, 04 and 99. RGB value is (2,4,153). Sum of RGB (Red+Green+Blue) = 2+4+153=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 153 (60.16% from 255 or 96.23% from 159); Max value from RGB is 153 - color contains mainly: blue. Hex color #020499 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020499 is #FDFB66. Grayscale: #131313. Windows color (decimal): -16644967 or 10028034. OLE color: 10028034.

HSL color Cylindrical-coordinate representation of color #020499: hue angle of 239.21º 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 #020499 is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB24153-
CMYK0.990.9700.4
HSL239.21º97.42%30.39%-
HSV(B)239.21º98.69%60%-
XYZ5.822.430.29-
YUV20.39202.84114.88-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.26%
GREEN value IS 4 (1.95% from 255) = 2.52%
BLUE value IS 153 (60.16% from 255) = 96.23%
R=1.26%
G=2.52%
B=96.23%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal241530.990.9700.4239.2197.4230.39
Hex24996361028ef611e
Octal2423114314105035714136
Binary101001001100111000111100001010100011101111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020499; }

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

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

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

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

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

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

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

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