#06074F

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

Shades of Midnight Blue #06074F

Tints of Midnight Blue #06074F

Color information

#06074F (or 0x06074F) is unknown color: approx Midnight Blue. HEX triplet: 06, 07 and 4F. RGB value is (6,7,79). Sum of RGB (Red+Green+Blue) = 6+7+79=92 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.52% from 92); Green value is 7 (3.12% from 255 or 7.61% from 92); Blue value is 79 (31.25% from 255 or 85.87% from 92); Max value from RGB is 79 - color contains mainly: blue. Hex color #06074F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06074F is #F9F8B0. Grayscale: #0E0E0E. Windows color (decimal): -16382129 or 5179142. OLE color: 5179142.

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

Color convert

RGB6779-
CMYK0.920.9100.69
HSL239.18º85.88%16.67%-
HSV(B)239.18º92.41%30.98%-
XYZ1.560.767.46-
YUV14.91164.17121.65-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.52%
GREEN value IS 7 (3.12% from 255) = 7.61%
BLUE value IS 79 (31.25% from 255) = 85.87%
R=6.52%
G=7.61%
B=85.87%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal67790.920.9100.69239.1885.8816.67
Hex674F5C5B045ef5611
Octal67117134133010535712621
Binary1101111001111101110010110110100010111101111101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06074F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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