Html Css Color HEX #070EAC New Midnight Blue

📋 copy color: '#070EAC'

red 7 ◦ green 14 ◦ blue 172

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

Shades of New Midnight Blue #070EAC

Tints of New Midnight Blue #070EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 89.12%

R = 3.63%
G = 7.25%
B = 89.12%

CMYK

 C value IS 0.96

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#070EAC (or 0x070EAC) is known color: New Midnight Blue. HEX triplet: 07, 0E and AC. RGB value is (7,14,172). Sum of RGB (Red+Green+Blue) = 7+14+172=193 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.63% from 193); Green value is 14 (5.86% from 255 or 7.25% from 193); Blue value is 172 (67.58% from 255 or 89.12% from 193); Max value from RGB is 172 - color contains mainly: blue. Hex color #070EAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070EAC is #F8F153. Grayscale: #1D1D1D. Windows color (decimal): -16314708 or 11275783. OLE color: 11275783.

HSL color Cylindrical-coordinate representation of color #070EAC: hue angle of 237.45º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #070EAC is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 7 14 172 -
CMYK 0.96 0.92 0 0.33
HSL 237.45º 0.92% 0.35% -
HSV(B) 237.45º 0.96% 0.67% -
XYZ 7.69 3.34 39.27 -
YUV 29.92 208.18 111.65 -
System Red Green Blue C M Y K H S L
Decimal 7 14 172 0.96 0.92 0 0.33 237.45 0.92 0.35
Hex 7 E AC 60 5C 0 21 ED 5C 23
Octal 7 16 254 140 134 0 41 355 134 43
Binary 111 1110 10101100 1100000 1011100 0 100001 11101101 1011100 100011

Color Harmonies of #070EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070EAC

Black with #070EAC

Text Example


Text Example

White with #070EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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