#07034A

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

Shades of Midnight Blue #07034A

Tints of Midnight Blue #07034A

Color information

#07034A (or 0x07034A) is unknown color: approx Midnight Blue. HEX triplet: 07, 03 and 4A. RGB value is (7,3,74). Sum of RGB (Red+Green+Blue) = 7+3+74=84 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.33% from 84); Green value is 3 (1.56% from 255 or 3.57% from 84); Blue value is 74 (29.30% from 255 or 88.10% from 84); Max value from RGB is 74 - color contains mainly: blue. Hex color #07034A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07034A is #F8FCB5. Grayscale: #0C0C0C. Windows color (decimal): -16317622 or 4850439. OLE color: 4850439.

HSL color Cylindrical-coordinate representation of color #07034A: hue angle of 243.38º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07034A is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB7374-
CMYK0.910.9600.71
HSL243.38º92.21%15.1%-
HSV(B)243.38º95.95%29.02%-
XYZ1.360.66.52-
YUV12.29162.83124.23-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.33%
GREEN value IS 3 (1.56% from 255) = 3.57%
BLUE value IS 74 (29.30% from 255) = 88.10%
R=8.33%
G=3.57%
B=88.10%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73740.910.9600.71243.3892.2115.1
Hex734A5B60047f35cf
Octal73112133140010736313417
Binary11111100101010110111100000010001111111001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07034A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07034A; }

 p { color: rgb(7,3,74); }

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

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

 a { background-color: rgb(7,3,74); }

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

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

 span { border-color: rgb(7,3,74); }

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