#02004F

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

Shades of Midnight Blue #02004F

Tints of Midnight Blue #02004F

Color information

#02004F (or 0x02004F) is unknown color: approx Midnight Blue. HEX triplet: 02, 00 and 4F. RGB value is (2,0,79). Sum of RGB (Red+Green+Blue) = 2+0+79=81 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.47% from 81); Green value is 0 (0.39% from 255 or 0% from 81); Blue value is 79 (31.25% from 255 or 97.53% from 81); Max value from RGB is 79 - color contains mainly: blue. Hex color #02004F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02004F is #FDFFB0. Grayscale: #090909. Windows color (decimal): -16646065 or 5177346. OLE color: 5177346.

HSL color Cylindrical-coordinate representation of color #02004F: hue angle of 241.52º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #02004F is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB2079-
CMYK0.97100.69
HSL241.52º100%15.49%-
HSV(B)241.52º100%30.98%-
XYZ1.440.587.43-
YUV9.6167.16122.58-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 79 (31.25% from 255) = 97.53%
R=2.47%
G=0%
B=97.53%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal20790.97100.69241.5210015.49
Hex204F6164045f264f
Octal20117141144010536214417
Binary100100111111000011100100010001011111001011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02004F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02004F; }

 p { color: rgb(2,0,79); }

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

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

 a { background-color: rgb(2,0,79); }

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

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

 span { border-color: rgb(2,0,79); }

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