#07054F

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

Shades of Midnight Blue #07054F

Tints of Midnight Blue #07054F

Color information

#07054F (or 0x07054F) is unknown color: approx Midnight Blue. HEX triplet: 07, 05 and 4F. RGB value is (7,5,79). Sum of RGB (Red+Green+Blue) = 7+5+79=91 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.69% from 91); Green value is 5 (2.34% from 255 or 5.49% from 91); Blue value is 79 (31.25% from 255 or 86.81% from 91); Max value from RGB is 79 - color contains mainly: blue. Hex color #07054F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07054F is #F8FAB0. Grayscale: #0D0D0D. Windows color (decimal): -16317105 or 5178631. OLE color: 5178631.

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

Color convert

RGB7579-
CMYK0.910.9400.69
HSL241.62º88.1%16.47%-
HSV(B)241.62º93.67%30.98%-
XYZ1.550.727.45-
YUV14.03164.66122.98-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.69%
GREEN value IS 5 (2.34% from 255) = 5.49%
BLUE value IS 79 (31.25% from 255) = 86.81%
R=7.69%
G=5.49%
B=86.81%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal75790.910.9400.69241.6288.116.47
Hex754F5B5E045f25810
Octal75117133136010536213020
Binary1111011001111101101110111100100010111110010101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07054F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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