#020449

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

Shades of Midnight Blue #020449

Tints of Midnight Blue #020449

Color information

#020449 (or 0x020449) is unknown color: approx Midnight Blue. HEX triplet: 02, 04 and 49. RGB value is (2,4,73). Sum of RGB (Red+Green+Blue) = 2+4+73=79 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.53% from 79); Green value is 4 (1.95% from 255 or 5.06% from 79); Blue value is 73 (28.91% from 255 or 92.41% from 79); Max value from RGB is 73 - color contains mainly: blue. Hex color #020449 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020449 is #FDFBB6. Grayscale: #0A0A0A. Windows color (decimal): -16645047 or 4785154. OLE color: 4785154.

HSL color Cylindrical-coordinate representation of color #020449: hue angle of 238.31º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020449 is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB2473-
CMYK0.970.9500.71
HSL238.31º94.67%14.71%-
HSV(B)238.31º97.26%28.63%-
XYZ1.270.586.35-
YUV11.27162.84121.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.53%
GREEN value IS 4 (1.95% from 255) = 5.06%
BLUE value IS 73 (28.91% from 255) = 92.41%
R=2.53%
G=5.06%
B=92.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal24730.970.9500.71238.3194.6714.71
Hex2449615F047ee5ff
Octal24111141137010735613717
Binary10100100100111000011011111010001111110111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020449; }

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

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

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

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

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

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

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

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