Html Css Color HEX #070F49 Midnight Express

📋 copy color: '#070F49'

red 7 ◦ green 15 ◦ blue 73

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

Shades of Midnight Express #070F49

Tints of Midnight Express #070F49

RGB

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

 GREEN value IS 15 (6.25% from 255) = 15.79%

 BLUE value IS 73 (28.91% from 255) = 76.84%

R = 7.37%
G = 15.79%
B = 76.84%

CMYK

 C value IS 0.90

 M value IS 0.79

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#070F49 (or 0x070F49) is known color: Midnight Express. HEX triplet: 07, 0F and 49. RGB value is (7,15,73). Sum of RGB (Red+Green+Blue) = 7+15+73=95 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.37% from 95); Green value is 15 (6.25% from 255 or 15.79% from 95); Blue value is 73 (28.91% from 255 or 76.84% from 95); Max value from RGB is 73 - color contains mainly: blue. Hex color #070F49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070F49 is #F8F0B6. Grayscale: #121212. Windows color (decimal): -16314551 or 4787975. OLE color: 4787975.

HSL color Cylindrical-coordinate representation of color #070F49: hue angle of 232.73º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #070F49 is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 15 73 -
CMYK 0.90 0.79 0 0.71
HSL 232.73º 0.83% 0.16% -
HSV(B) 232.73º 0.9% 0.29% -
XYZ 1.46 0.87 6.39 -
YUV 19.22 158.35 119.28 -
System Red Green Blue C M Y K H S L
Decimal 7 15 73 0.90 0.79 0 0.71 232.73 0.83 0.16
Hex 7 F 49 5A 4F 0 47 E9 52 10
Octal 7 17 111 132 117 0 107 351 122 20
Binary 111 1111 1001001 1011010 1001111 0 1000111 11101001 1010010 10000

Color Harmonies of #070F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070F49

Black with #070F49

Text Example


Text Example

White with #070F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,15,73); }

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

background-color css

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

 a { background-color: rgb(7,15,73); }

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

border-color css

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

 span { border-color: rgb(7,15,73); }

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