Html Css Color HEX #070440 Midnight Express

📋 copy color: '#070440'

red 7 ◦ green 4 ◦ blue 64

#070440
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #070440

Tints of Midnight Express #070440

RGB

 RED value IS 7 (3.13% from 255) = 9.33%

 GREEN value IS 4 (1.95% from 255) = 5.33%

 BLUE value IS 64 (25.39% from 255) = 85.33%

R = 9.33%
G = 5.33%
B = 85.33%

CMYK

 C value IS 0.89

 M value IS 0.94

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#070440 (or 0x070440) is known color: Midnight Express. HEX triplet: 07, 04 and 40. RGB value is (7,4,64). Sum of RGB (Red+Green+Blue) = 7+4+64=75 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.33% from 75); Green value is 4 (1.95% from 255 or 5.33% from 75); Blue value is 64 (25.39% from 255 or 85.33% from 75); Max value from RGB is 64 - color contains mainly: blue. Hex color #070440 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070440 is #F8FBBF. Grayscale: #0B0B0B. Windows color (decimal): -16317376 or 4195335. OLE color: 4195335.

HSL color Cylindrical-coordinate representation of color #070440: hue angle of 243º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #070440 is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 4 64 -
CMYK 0.89 0.94 0 0.75
HSL 243º 0.88% 0.13% -
HSV(B) 243º 0.94% 0.25% -
XYZ 1.06 0.5 4.89 -
YUV 11.74 157.49 124.62 -
System Red Green Blue C M Y K H S L
Decimal 7 4 64 0.89 0.94 0 0.75 243 0.88 0.13
Hex 7 4 40 59 5E 0 4B F3 58 D
Octal 7 4 100 131 136 0 113 363 130 15
Binary 111 100 1000000 1011001 1011110 0 1001011 11110011 1011000 1101

Color Harmonies of #070440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070440

Black with #070440

Text Example


Text Example

White with #070440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070440; }

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

 H1.HeaderClassName
 {
   color: #070440;
 }
 .AnyTagClassName
 {
   color: #070440;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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