Html Css Color HEX #071346 Midnight Express

📋 copy color: '#071346'

red 7 ◦ green 19 ◦ blue 70

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

Shades of Midnight Express #071346

Tints of Midnight Express #071346

RGB

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

 GREEN value IS 19 (7.81% from 255) = 19.79%

 BLUE value IS 70 (27.73% from 255) = 72.92%

R = 7.29%
G = 19.79%
B = 72.92%

CMYK

 C value IS 0.90

 M value IS 0.73

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#071346 (or 0x071346) is known color: Midnight Express. HEX triplet: 07, 13 and 46. RGB value is (7,19,70). Sum of RGB (Red+Green+Blue) = 7+19+70=96 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.29% from 96); Green value is 19 (7.81% from 255 or 19.79% from 96); Blue value is 70 (27.73% from 255 or 72.92% from 96); Max value from RGB is 70 - color contains mainly: blue. Hex color #071346 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071346 is #F8ECB9. Grayscale: #151515. Windows color (decimal): -16313530 or 4592391. OLE color: 4592391.

HSL color Cylindrical-coordinate representation of color #071346: hue angle of 228.57º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #071346 is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 7 19 70 -
CMYK 0.90 0.73 0 0.73
HSL 228.57º 0.82% 0.15% -
HSV(B) 228.57º 0.9% 0.27% -
XYZ 1.43 0.95 5.9 -
YUV 21.23 155.52 117.85 -
System Red Green Blue C M Y K H S L
Decimal 7 19 70 0.90 0.73 0 0.73 228.57 0.82 0.15
Hex 7 13 46 5A 49 0 49 E5 52 F
Octal 7 23 106 132 111 0 111 345 122 17
Binary 111 10011 1000110 1011010 1001001 0 1001001 11100101 1010010 1111

Color Harmonies of #071346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071346

Black with #071346

Text Example


Text Example

White with #071346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071346; }

 p { color: rgb(7,19,70); }

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

background-color css

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

 a { background-color: rgb(7,19,70); }

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

border-color css

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

 span { border-color: rgb(7,19,70); }

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