Html Css Color HEX #070E62 Midnight Blue

📋 copy color: '#070E62'

red 7 ◦ green 14 ◦ blue 98

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

Shades of Midnight Blue #070E62

Tints of Midnight Blue #070E62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 82.35%

R = 5.88%
G = 11.76%
B = 82.35%

CMYK

 C value IS 0.93

 M value IS 0.86

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#070E62 (or 0x070E62) is known color: Midnight Blue. HEX triplet: 07, 0E and 62. RGB value is (7,14,98). Sum of RGB (Red+Green+Blue) = 7+14+98=119 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.88% from 119); Green value is 14 (5.86% from 255 or 11.76% from 119); Blue value is 98 (38.67% from 255 or 82.35% from 119); Max value from RGB is 98 - color contains mainly: blue. Hex color #070E62 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070E62 is #F8F19D. Grayscale: #151515. Windows color (decimal): -16314782 or 6426119. OLE color: 6426119.

HSL color Cylindrical-coordinate representation of color #070E62: hue angle of 235.38º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #070E62 is Cyan = 0.93, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 14 98 -
CMYK 0.93 0.86 0 0.62
HSL 235.38º 0.87% 0.21% -
HSV(B) 235.38º 0.93% 0.38% -
XYZ 2.45 1.24 11.67 -
YUV 21.48 171.18 117.67 -
System Red Green Blue C M Y K H S L
Decimal 7 14 98 0.93 0.86 0 0.62 235.38 0.87 0.21
Hex 7 E 62 5D 56 0 3E EB 57 15
Octal 7 16 142 135 126 0 76 353 127 25
Binary 111 1110 1100010 1011101 1010110 0 111110 11101011 1010111 10101

Color Harmonies of #070E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070E62

Black with #070E62

Text Example


Text Example

White with #070E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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