Html Css Color HEX #070E99 New Midnight Blue

📋 copy color: '#070E99'

red 7 ◦ green 14 ◦ blue 153

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

Shades of New Midnight Blue #070E99

Tints of New Midnight Blue #070E99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 87.93%

R = 4.02%
G = 8.05%
B = 87.93%

CMYK

 C value IS 0.95

 M value IS 0.91

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#070E99 (or 0x070E99) is known color: New Midnight Blue. HEX triplet: 07, 0E and 99. RGB value is (7,14,153). Sum of RGB (Red+Green+Blue) = 7+14+153=174 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4.02% from 174); Green value is 14 (5.86% from 255 or 8.05% from 174); Blue value is 153 (60.16% from 255 or 87.93% from 174); Max value from RGB is 153 - color contains mainly: blue. Hex color #070E99 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070E99 is #F8F166. Grayscale: #1B1B1B. Windows color (decimal): -16314727 or 10030599. OLE color: 10030599.

HSL color Cylindrical-coordinate representation of color #070E99: hue angle of 237.12º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #070E99 is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 7 14 153 -
CMYK 0.95 0.91 0 0.4
HSL 237.12º 0.91% 0.31% -
HSV(B) 237.12º 0.95% 0.6% -
XYZ 5.99 2.66 30.33 -
YUV 27.75 198.68 113.2 -
System Red Green Blue C M Y K H S L
Decimal 7 14 153 0.95 0.91 0 0.4 237.12 0.91 0.31
Hex 7 E 99 5F 5B 0 28 ED 5B 1F
Octal 7 16 231 137 133 0 50 355 133 37
Binary 111 1110 10011001 1011111 1011011 0 101000 11101101 1011011 11111

Color Harmonies of #070E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070E99

Black with #070E99

Text Example


Text Example

White with #070E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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