#06004F

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

Shades of Midnight Blue #06004F

Tints of Midnight Blue #06004F

Color information

#06004F (or 0x06004F) is unknown color: approx Midnight Blue. HEX triplet: 06, 00 and 4F. RGB value is (6,0,79). Sum of RGB (Red+Green+Blue) = 6+0+79=85 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.06% from 85); Green value is 0 (0.39% from 255 or 0% from 85); Blue value is 79 (31.25% from 255 or 92.94% from 85); Max value from RGB is 79 - color contains mainly: blue. Hex color #06004F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06004F is #F9FFB0. Grayscale: #0A0A0A. Windows color (decimal): -16383921 or 5177350. OLE color: 5177350.

HSL color Cylindrical-coordinate representation of color #06004F: hue angle of 244.56º 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 #06004F is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB6079-
CMYK0.92100.69
HSL244.56º100%15.49%-
HSV(B)244.56º100%30.98%-
XYZ1.490.67.44-
YUV10.8166.49124.58-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.06%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 79 (31.25% from 255) = 92.94%
R=7.06%
G=0%
B=92.94%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal60790.92100.69244.5610015.49
Hex604F5C64045f564f
Octal60117134144010536514417
Binary1100100111110111001100100010001011111010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06004F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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