Html Css Color HEX #070946 Midnight Express

📋 copy color: '#070946'

red 7 ◦ green 9 ◦ blue 70

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

Shades of Midnight Express #070946

Tints of Midnight Express #070946

RGB

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

 GREEN value IS 9 (3.91% from 255) = 10.47%

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

R = 8.14%
G = 10.47%
B = 81.4%

CMYK

 C value IS 0.90

 M value IS 0.87

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#070946 (or 0x070946) is known color: Midnight Express. HEX triplet: 07, 09 and 46. RGB value is (7,9,70). Sum of RGB (Red+Green+Blue) = 7+9+70=86 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.14% from 86); Green value is 9 (3.91% from 255 or 10.47% from 86); Blue value is 70 (27.73% from 255 or 81.40% from 86); Max value from RGB is 70 - color contains mainly: blue. Hex color #070946 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070946 is #F8F6B9. Grayscale: #0F0F0F. Windows color (decimal): -16316090 or 4589831. OLE color: 4589831.

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

Color convert

RGB 7 9 70 -
CMYK 0.90 0.87 0 0.73
HSL 238.1º 0.82% 0.15% -
HSV(B) 238.1º 0.9% 0.27% -
XYZ 1.29 0.68 5.86 -
YUV 15.36 158.84 122.04 -
System Red Green Blue C M Y K H S L
Decimal 7 9 70 0.90 0.87 0 0.73 238.1 0.82 0.15
Hex 7 9 46 5A 57 0 49 EE 52 F
Octal 7 11 106 132 127 0 111 356 122 17
Binary 111 1001 1000110 1011010 1010111 0 1001001 11101110 1010010 1111

Color Harmonies of #070946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070946

Black with #070946

Text Example


Text Example

White with #070946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070946; }

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

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

background-color css

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

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

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

border-color css

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

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

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