#071069

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

Shades of Midnight Blue #071069

Tints of Midnight Blue #071069

Color information

#071069 (or 0x071069) is unknown color: approx Midnight Blue. HEX triplet: 07, 10 and 69. RGB value is (7,16,105). Sum of RGB (Red+Green+Blue) = 7+16+105=128 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.47% from 128); Green value is 16 (6.64% from 255 or 12.5% from 128); Blue value is 105 (41.41% from 255 or 82.03% from 128); Max value from RGB is 105 - color contains mainly: blue. Hex color #071069 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071069 is #F8EF96. Grayscale: #171717. Windows color (decimal): -16314263 or 6885383. OLE color: 6885383.

HSL color Cylindrical-coordinate representation of color #071069: hue angle of 234.49º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #071069 is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB716105-
CMYK0.930.8500.59
HSL234.49º87.5%21.96%-
HSV(B)234.49º93.33%41.18%-
XYZ2.821.4413.49-
YUV23.46174.02116.26-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.47%
GREEN value IS 16 (6.64% from 255) = 12.5%
BLUE value IS 105 (41.41% from 255) = 82.03%
R=5.47%
G=12.5%
B=82.03%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7161050.930.8500.59234.4987.521.96
Hex710695D5503Bea5816
Octal72015113512507335213026
Binary11110000110100110111011010101011101111101010101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071069; }

 p { color: rgb(7,16,105); }

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

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

 a { background-color: rgb(7,16,105); }

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

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

 span { border-color: rgb(7,16,105); }

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