#071272

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

Shades of Midnight Blue #071272

Tints of Midnight Blue #071272

Color information

#071272 (or 0x071272) is unknown color: approx Midnight Blue. HEX triplet: 07, 12 and 72. RGB value is (7,18,114). Sum of RGB (Red+Green+Blue) = 7+18+114=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 114 (44.92% from 255 or 82.01% from 139); Max value from RGB is 114 - color contains mainly: blue. Hex color #071272 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071272 is #F8ED8D. Grayscale: #191919. Windows color (decimal): -16313742 or 7475719. OLE color: 7475719.

HSL color Cylindrical-coordinate representation of color #071272: hue angle of 233.83º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #071272 is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB718114-
CMYK0.940.8400.55
HSL233.83º88.43%23.73%-
HSV(B)233.83º93.86%44.71%-
XYZ3.341.6916.07-
YUV25.66177.86114.69-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.04%
GREEN value IS 18 (7.42% from 255) = 12.95%
BLUE value IS 114 (44.92% from 255) = 82.01%
R=5.04%
G=12.95%
B=82.01%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7181140.940.8400.55233.8388.4323.73
Hex712725E54037ea5818
Octal72216213612406735213030
Binary11110010111001010111101010100011011111101010101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071272; }

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

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

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

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

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

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

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

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