Html Css Color HEX #070E9E New Midnight Blue

📋 copy color: '#070E9E'

red 7 ◦ green 14 ◦ blue 158

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

Shades of New Midnight Blue #070E9E

Tints of New Midnight Blue #070E9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 88.27%

R = 3.91%
G = 7.82%
B = 88.27%

CMYK

 C value IS 0.96

 M value IS 0.91

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#070E9E (or 0x070E9E) is known color: New Midnight Blue. HEX triplet: 07, 0E and 9E. RGB value is (7,14,158). Sum of RGB (Red+Green+Blue) = 7+14+158=179 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.91% from 179); Green value is 14 (5.86% from 255 or 7.82% from 179); Blue value is 158 (62.11% from 255 or 88.27% from 179); Max value from RGB is 158 - color contains mainly: blue. Hex color #070E9E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070E9E is #F8F161. Grayscale: #1B1B1B. Windows color (decimal): -16314722 or 10358279. OLE color: 10358279.

HSL color Cylindrical-coordinate representation of color #070E9E: hue angle of 237.22º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #070E9E is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 7 14 158 -
CMYK 0.96 0.91 0 0.38
HSL 237.22º 0.92% 0.32% -
HSV(B) 237.22º 0.96% 0.62% -
XYZ 6.42 2.83 32.56 -
YUV 28.32 201.18 112.79 -
System Red Green Blue C M Y K H S L
Decimal 7 14 158 0.96 0.91 0 0.38 237.22 0.92 0.32
Hex 7 E 9E 60 5B 0 26 ED 5C 20
Octal 7 16 236 140 133 0 46 355 134 40
Binary 111 1110 10011110 1100000 1011011 0 100110 11101101 1011100 100000

Color Harmonies of #070E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070E9E

Black with #070E9E

Text Example


Text Example

White with #070E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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