Html Css Color HEX #070E6D Midnight Blue

📋 copy color: '#070E6D'

red 7 ◦ green 14 ◦ blue 109

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

Shades of Midnight Blue #070E6D

Tints of Midnight Blue #070E6D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10.77%

 BLUE value IS 109 (42.97% from 255) = 83.85%

R = 5.38%
G = 10.77%
B = 83.85%

CMYK

 C value IS 0.94

 M value IS 0.87

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#070E6D (or 0x070E6D) is known color: Midnight Blue. HEX triplet: 07, 0E and 6D. RGB value is (7,14,109). Sum of RGB (Red+Green+Blue) = 7+14+109=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 14 (5.86% from 255 or 10.77% from 130); Blue value is 109 (42.97% from 255 or 83.85% from 130); Max value from RGB is 109 - color contains mainly: blue. Hex color #070E6D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070E6D is #F8F192. Grayscale: #161616. Windows color (decimal): -16314771 or 7147015. OLE color: 7147015.

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

Color convert

RGB 7 14 109 -
CMYK 0.94 0.87 0 0.57
HSL 235.88º 0.88% 0.23% -
HSV(B) 235.88º 0.94% 0.43% -
XYZ 3 1.46 14.59 -
YUV 22.74 176.68 116.78 -
System Red Green Blue C M Y K H S L
Decimal 7 14 109 0.94 0.87 0 0.57 235.88 0.88 0.23
Hex 7 E 6D 5E 57 0 39 EC 58 17
Octal 7 16 155 136 127 0 71 354 130 27
Binary 111 1110 1101101 1011110 1010111 0 111001 11101100 1011000 10111

Color Harmonies of #070E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070E6D

Black with #070E6D

Text Example


Text Example

White with #070E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,14,109); }

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

background-color css

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

 a { background-color: rgb(7,14,109); }

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

border-color css

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

 span { border-color: rgb(7,14,109); }

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