#071269

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

Shades of Midnight Blue #071269

Tints of Midnight Blue #071269

Color information

#071269 (or 0x071269) is unknown color: approx Midnight Blue. HEX triplet: 07, 12 and 69. RGB value is (7,18,105). Sum of RGB (Red+Green+Blue) = 7+18+105=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 105 (41.41% from 255 or 80.77% from 130); Max value from RGB is 105 - color contains mainly: blue. Hex color #071269 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071269 is #F8ED96. Grayscale: #181818. Windows color (decimal): -16313751 or 6885895. OLE color: 6885895.

HSL color Cylindrical-coordinate representation of color #071269: hue angle of 233.27º 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 #071269 is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB718105-
CMYK0.930.8300.59
HSL233.27º87.5%21.96%-
HSV(B)233.27º93.33%41.18%-
XYZ2.851.513.5-
YUV24.63173.36115.43-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.38%
GREEN value IS 18 (7.42% from 255) = 13.85%
BLUE value IS 105 (41.41% from 255) = 80.77%
R=5.38%
G=13.85%
B=80.77%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7181050.930.8300.59233.2787.521.96
Hex712695D5303Be95816
Octal72215113512307335113026
Binary11110010110100110111011010011011101111101001101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071269; }

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

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

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

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

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

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

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

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