Html Css Color HEX #070E41 Midnight Express

📋 copy color: '#070E41'

red 7 ◦ green 14 ◦ blue 65

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

Shades of Midnight Express #070E41

Tints of Midnight Express #070E41

RGB

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

 GREEN value IS 14 (5.86% from 255) = 16.28%

 BLUE value IS 65 (25.78% from 255) = 75.58%

R = 8.14%
G = 16.28%
B = 75.58%

CMYK

 C value IS 0.89

 M value IS 0.78

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#070E41 (or 0x070E41) is known color: Midnight Express. HEX triplet: 07, 0E and 41. RGB value is (7,14,65). Sum of RGB (Red+Green+Blue) = 7+14+65=86 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.14% from 86); Green value is 14 (5.86% from 255 or 16.28% from 86); Blue value is 65 (25.78% from 255 or 75.58% from 86); Max value from RGB is 65 - color contains mainly: blue. Hex color #070E41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070E41 is #F8F1BE. Grayscale: #111111. Windows color (decimal): -16314815 or 4263431. OLE color: 4263431.

HSL color Cylindrical-coordinate representation of color #070E41: hue angle of 232.76º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #070E41 is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 14 65 -
CMYK 0.89 0.78 0 0.75
HSL 232.76º 0.81% 0.14% -
HSV(B) 232.76º 0.89% 0.25% -
XYZ 1.2 0.74 5.08 -
YUV 17.72 154.68 120.35 -
System Red Green Blue C M Y K H S L
Decimal 7 14 65 0.89 0.78 0 0.75 232.76 0.81 0.14
Hex 7 E 41 59 4E 0 4B E9 51 E
Octal 7 16 101 131 116 0 113 351 121 16
Binary 111 1110 1000001 1011001 1001110 0 1001011 11101001 1010001 1110

Color Harmonies of #070E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070E41

Black with #070E41

Text Example


Text Example

White with #070E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070E41; }

 p { color: rgb(7,14,65); }

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

background-color css

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

 a { background-color: rgb(7,14,65); }

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

border-color css

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

 span { border-color: rgb(7,14,65); }

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