#020495

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

Shades of New Midnight Blue #020495

Tints of New Midnight Blue #020495

Color information

#020495 (or 0x020495) is unknown color: approx New Midnight Blue. HEX triplet: 02, 04 and 95. RGB value is (2,4,149). Sum of RGB (Red+Green+Blue) = 2+4+149=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 149 (58.59% from 255 or 96.13% from 155); Max value from RGB is 149 - color contains mainly: blue. Hex color #020495 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020495 is #FDFB6A. Grayscale: #131313. Windows color (decimal): -16644971 or 9765890. OLE color: 9765890.

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

Color convert

RGB24149-
CMYK0.990.9700.42
HSL239.18º97.35%29.61%-
HSV(B)239.18º98.66%58.43%-
XYZ5.492.2728.58-
YUV19.93200.84115.21-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.29%
GREEN value IS 4 (1.95% from 255) = 2.58%
BLUE value IS 149 (58.59% from 255) = 96.13%
R=1.29%
G=2.58%
B=96.13%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal241490.990.9700.42239.1897.3529.61
Hex2495636102Aef611e
Octal2422514314105235714136
Binary101001001010111000111100001010101011101111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020495; }

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

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

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

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

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

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

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

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