Html Css Color HEX #070D70 Midnight Blue

📋 copy color: '#070D70'

red 7 ◦ green 13 ◦ blue 112

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

Shades of Midnight Blue #070D70

Tints of Midnight Blue #070D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 84.85%

R = 5.3%
G = 9.85%
B = 84.85%

CMYK

 C value IS 0.94

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#070D70 (or 0x070D70) is known color: Midnight Blue. HEX triplet: 07, 0D and 70. RGB value is (7,13,112). Sum of RGB (Red+Green+Blue) = 7+13+112=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 13 (5.47% from 255 or 9.85% from 132); Blue value is 112 (44.14% from 255 or 84.85% from 132); Max value from RGB is 112 - color contains mainly: blue. Hex color #070D70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070D70 is #F8F28F. Grayscale: #161616. Windows color (decimal): -16315024 or 7343367. OLE color: 7343367.

HSL color Cylindrical-coordinate representation of color #070D70: hue angle of 236.57º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #070D70 is Cyan = 0.94, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 13 112 -
CMYK 0.94 0.88 0 0.56
HSL 236.57º 0.88% 0.23% -
HSV(B) 236.57º 0.94% 0.44% -
XYZ 3.16 1.5 15.45 -
YUV 22.49 178.51 116.95 -
System Red Green Blue C M Y K H S L
Decimal 7 13 112 0.94 0.88 0 0.56 236.57 0.88 0.23
Hex 7 D 70 5E 58 0 38 ED 58 17
Octal 7 15 160 136 130 0 70 355 130 27
Binary 111 1101 1110000 1011110 1011000 0 111000 11101101 1011000 10111

Color Harmonies of #070D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070D70

Black with #070D70

Text Example


Text Example

White with #070D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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