#070443

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

Shades of Midnight Express #070443

Tints of Midnight Express #070443

Color information

#070443 (or 0x070443) is unknown color: approx Midnight Express. HEX triplet: 07, 04 and 43. RGB value is (7,4,67). Sum of RGB (Red+Green+Blue) = 7+4+67=78 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.97% from 78); Green value is 4 (1.95% from 255 or 5.13% from 78); Blue value is 67 (26.56% from 255 or 85.90% from 78); Max value from RGB is 67 - color contains mainly: blue. Hex color #070443 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070443 is #F8FBBC. Grayscale: #0B0B0B. Windows color (decimal): -16317373 or 4391943. OLE color: 4391943.

HSL color Cylindrical-coordinate representation of color #070443: hue angle of 242.86º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #070443 is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB7467-
CMYK0.900.9400.74
HSL242.86º88.73%13.92%-
HSV(B)242.86º94.03%26.27%-
XYZ1.140.545.35-
YUV12.08158.99124.38-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.97%
GREEN value IS 4 (1.95% from 255) = 5.13%
BLUE value IS 67 (26.56% from 255) = 85.90%
R=8.97%
G=5.13%
B=85.90%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal74670.900.9400.74242.8688.7313.92
Hex74435A5E04Af359e
Octal74103132136011236313116
Binary111100100001110110101011110010010101111001110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070443; }

 p { color: rgb(7,4,67); }

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

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

 a { background-color: rgb(7,4,67); }

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

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

 span { border-color: rgb(7,4,67); }

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