#02064F

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

Shades of Midnight Blue #02064F

Tints of Midnight Blue #02064F

Color information

#02064F (or 0x02064F) is unknown color: approx Midnight Blue. HEX triplet: 02, 06 and 4F. RGB value is (2,6,79). Sum of RGB (Red+Green+Blue) = 2+6+79=87 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.30% from 87); Green value is 6 (2.73% from 255 or 6.90% from 87); Blue value is 79 (31.25% from 255 or 90.80% from 87); Max value from RGB is 79 - color contains mainly: blue. Hex color #02064F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02064F is #FDF9B0. Grayscale: #0C0C0C. Windows color (decimal): -16644529 or 5178882. OLE color: 5178882.

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

Color convert

RGB2679-
CMYK0.970.9200.69
HSL236.88º95.06%15.88%-
HSV(B)236.88º97.47%30.98%-
XYZ1.50.717.45-
YUV13.13165.17120.06-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.30%
GREEN value IS 6 (2.73% from 255) = 6.90%
BLUE value IS 79 (31.25% from 255) = 90.80%
R=2.30%
G=6.90%
B=90.80%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal26790.970.9200.69236.8895.0615.88
Hex264F615C045ed5f10
Octal26117141134010535513720
Binary101101001111110000110111000100010111101101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02064F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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