Html Css Color HEX #070D39 Midnight Express

📋 copy color: '#070D39'

red 7 ◦ green 13 ◦ blue 57

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

Shades of Midnight Express #070D39

Tints of Midnight Express #070D39

RGB

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

 GREEN value IS 13 (5.47% from 255) = 16.88%

 BLUE value IS 57 (22.66% from 255) = 74.03%

R = 9.09%
G = 16.88%
B = 74.03%

CMYK

 C value IS 0.88

 M value IS 0.77

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#070D39 (or 0x070D39) is known color: Midnight Express. HEX triplet: 07, 0D and 39. RGB value is (7,13,57). Sum of RGB (Red+Green+Blue) = 7+13+57=77 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.09% from 77); Green value is 13 (5.47% from 255 or 16.88% from 77); Blue value is 57 (22.66% from 255 or 74.03% from 77); Max value from RGB is 57 - color contains mainly: blue. Hex color #070D39 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070D39 is #F8F2C6. Grayscale: #101010. Windows color (decimal): -16315079 or 3738887. OLE color: 3738887.

HSL color Cylindrical-coordinate representation of color #070D39: hue angle of 232.8º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #070D39 is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 7 13 57 -
CMYK 0.88 0.77 0 0.78
HSL 232.8º 0.78% 0.13% -
HSV(B) 232.8º 0.88% 0.22% -
XYZ 0.97 0.63 3.94 -
YUV 16.22 151.01 121.42 -
System Red Green Blue C M Y K H S L
Decimal 7 13 57 0.88 0.77 0 0.78 232.8 0.78 0.13
Hex 7 D 39 58 4D 0 4E E9 4E D
Octal 7 15 71 130 115 0 116 351 116 15
Binary 111 1101 111001 1011000 1001101 0 1001110 11101001 1001110 1101

Color Harmonies of #070D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070D39

Black with #070D39

Text Example


Text Example

White with #070D39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,13,57); }

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

background-color css

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

 a { background-color: rgb(7,13,57); }

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

border-color css

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

 span { border-color: rgb(7,13,57); }

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