#071275

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

Shades of Midnight Blue #071275

Tints of Midnight Blue #071275

Color information

#071275 (or 0x071275) is unknown color: approx Midnight Blue. HEX triplet: 07, 12 and 75. RGB value is (7,18,117). Sum of RGB (Red+Green+Blue) = 7+18+117=142 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.93% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 117 (46.09% from 255 or 82.39% from 142); Max value from RGB is 117 - color contains mainly: blue. Hex color #071275 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071275 is #F8ED8A. Grayscale: #191919. Windows color (decimal): -16313739 or 7672327. OLE color: 7672327.

HSL color Cylindrical-coordinate representation of color #071275: hue angle of 234º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #071275 is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB718117-
CMYK0.940.8500.54
HSL234º88.71%24.31%-
HSV(B)234º94.02%45.88%-
XYZ3.511.7616.98-
YUV26179.36114.45-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.93%
GREEN value IS 18 (7.42% from 255) = 12.68%
BLUE value IS 117 (46.09% from 255) = 82.39%
R=4.93%
G=12.68%
B=82.39%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7181170.940.8500.5423488.7124.31
Hex712755E55036ea5918
Octal72216513612506635213130
Binary11110010111010110111101010101011011011101010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071275; }

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

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

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

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

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

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

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

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