Html Css Color HEX #070D34 Midnight Express

📋 copy color: '#070D34'

red 7 ◦ green 13 ◦ blue 52

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

Shades of Midnight Express #070D34

Tints of Midnight Express #070D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 72.22%

R = 9.72%
G = 18.06%
B = 72.22%

CMYK

 C value IS 0.87

 M value IS 0.75

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#070D34 (or 0x070D34) is known color: Midnight Express. HEX triplet: 07, 0D and 34. RGB value is (7,13,52). Sum of RGB (Red+Green+Blue) = 7+13+52=72 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.72% from 72); Green value is 13 (5.47% from 255 or 18.06% from 72); Blue value is 52 (20.70% from 255 or 72.22% from 72); Max value from RGB is 52 - color contains mainly: blue. Hex color #070D34 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070D34 is #F8F2CB. Grayscale: #0F0F0F. Windows color (decimal): -16315084 or 3411207. OLE color: 3411207.

HSL color Cylindrical-coordinate representation of color #070D34: hue angle of 232º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #070D34 is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 7 13 52 -
CMYK 0.87 0.75 0 0.80
HSL 232º 0.76% 0.12% -
HSV(B) 232º 0.87% 0.2% -
XYZ 0.85 0.58 3.32 -
YUV 15.65 148.51 121.83 -
System Red Green Blue C M Y K H S L
Decimal 7 13 52 0.87 0.75 0 0.80 232 0.76 0.12
Hex 7 D 34 57 4B 0 50 E8 4C C
Octal 7 15 64 127 113 0 120 350 114 14
Binary 111 1101 110100 1010111 1001011 0 1010000 11101000 1001100 1100

Color Harmonies of #070D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070D34

Black with #070D34

Text Example


Text Example

White with #070D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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