#070349

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

Shades of Midnight Blue #070349

Tints of Midnight Blue #070349

Color information

#070349 (or 0x070349) is unknown color: approx Midnight Blue. HEX triplet: 07, 03 and 49. RGB value is (7,3,73). Sum of RGB (Red+Green+Blue) = 7+3+73=83 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.43% from 83); Green value is 3 (1.56% from 255 or 3.61% from 83); Blue value is 73 (28.91% from 255 or 87.95% from 83); Max value from RGB is 73 - color contains mainly: blue. Hex color #070349 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070349 is #F8FCB6. Grayscale: #0B0B0B. Windows color (decimal): -16317623 or 4784903. OLE color: 4784903.

HSL color Cylindrical-coordinate representation of color #070349: hue angle of 243.43º 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 #070349 is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB7373-
CMYK0.900.9600.71
HSL243.43º92.11%14.9%-
HSV(B)243.43º95.89%28.63%-
XYZ1.320.596.35-
YUV12.18162.33124.31-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.43%
GREEN value IS 3 (1.56% from 255) = 3.61%
BLUE value IS 73 (28.91% from 255) = 87.95%
R=8.43%
G=3.61%
B=87.95%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73730.900.9600.71243.4392.1114.9
Hex73495A60047f35cf
Octal73111132140010736313417
Binary11111100100110110101100000010001111111001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070349; }

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

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

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

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

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

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

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

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