Html Css Color HEX #070F31 Midnight Express

📋 copy color: '#070F31'

red 7 ◦ green 15 ◦ blue 49

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

Shades of Midnight Express #070F31

Tints of Midnight Express #070F31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 69.01%

R = 9.86%
G = 21.13%
B = 69.01%

CMYK

 C value IS 0.86

 M value IS 0.69

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#070F31 (or 0x070F31) is known color: Midnight Express. HEX triplet: 07, 0F and 31. RGB value is (7,15,49). Sum of RGB (Red+Green+Blue) = 7+15+49=71 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.86% from 71); Green value is 15 (6.25% from 255 or 21.13% from 71); Blue value is 49 (19.53% from 255 or 69.01% from 71); Max value from RGB is 49 - color contains mainly: blue. Hex color #070F31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070F31 is #F8F0CE. Grayscale: #101010. Windows color (decimal): -16314575 or 3215111. OLE color: 3215111.

HSL color Cylindrical-coordinate representation of color #070F31: hue angle of 228.57º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #070F31 is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 7 15 49 -
CMYK 0.86 0.69 0 0.81
HSL 228.57º 0.75% 0.11% -
HSV(B) 228.57º 0.86% 0.19% -
XYZ 0.81 0.61 2.98 -
YUV 16.48 146.35 121.24 -
System Red Green Blue C M Y K H S L
Decimal 7 15 49 0.86 0.69 0 0.81 228.57 0.75 0.11
Hex 7 F 31 56 45 0 51 E5 4B B
Octal 7 17 61 126 105 0 121 345 113 13
Binary 111 1111 110001 1010110 1000101 0 1010001 11100101 1001011 1011

Color Harmonies of #070F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070F31

Black with #070F31

Text Example


Text Example

White with #070F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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