Html Css Color HEX #07029E New Midnight Blue

📋 copy color: '#07029E'

red 7 ◦ green 2 ◦ blue 158

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

Shades of New Midnight Blue #07029E

Tints of New Midnight Blue #07029E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.2%

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

R = 4.19%
G = 1.2%
B = 94.61%

CMYK

 C value IS 0.96

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#07029E (or 0x07029E) is known color: New Midnight Blue. HEX triplet: 07, 02 and 9E. RGB value is (7,2,158). Sum of RGB (Red+Green+Blue) = 7+2+158=167 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.19% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 158 (62.11% from 255 or 94.61% from 167); Max value from RGB is 158 - color contains mainly: blue. Hex color #07029E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07029E is #F8FD61. Grayscale: #141414. Windows color (decimal): -16317794 or 10355207. OLE color: 10355207.

HSL color Cylindrical-coordinate representation of color #07029E: hue angle of 241.92º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #07029E is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 7 2 158 -
CMYK 0.96 0.99 0 0.38
HSL 241.92º 0.98% 0.31% -
HSV(B) 241.92º 0.99% 0.62% -
XYZ 6.28 2.56 32.51 -
YUV 21.28 205.16 117.82 -
System Red Green Blue C M Y K H S L
Decimal 7 2 158 0.96 0.99 0 0.38 241.92 0.98 0.31
Hex 7 2 9E 60 63 0 26 F2 62 1F
Octal 7 2 236 140 143 0 46 362 142 37
Binary 111 10 10011110 1100000 1100011 0 100110 11110010 1100010 11111

Color Harmonies of #07029E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07029E

Black with #07029E

Text Example


Text Example

White with #07029E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07029E; }

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

 H1.HeaderClassName
 {
   color: #07029E;
 }
 .AnyTagClassName
 {
   color: #07029E;
 }
</style>

background-color css

<style>
 a { background-color: #07029E; }

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

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

border-color css

<style>
 span { border-color: #07029E; }

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

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