Html Css Color HEX #070AA0 New Midnight Blue

📋 copy color: '#070AA0'

red 7 ◦ green 10 ◦ blue 160

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

Shades of New Midnight Blue #070AA0

Tints of New Midnight Blue #070AA0

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.65%

 BLUE value IS 160 (62.89% from 255) = 90.4%

R = 3.95%
G = 5.65%
B = 90.4%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#070AA0 (or 0x070AA0) is known color: New Midnight Blue. HEX triplet: 07, 0A and A0. RGB value is (7,10,160). Sum of RGB (Red+Green+Blue) = 7+10+160=177 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.95% from 177); Green value is 10 (4.30% from 255 or 5.65% from 177); Blue value is 160 (62.89% from 255 or 90.40% from 177); Max value from RGB is 160 - color contains mainly: blue. Hex color #070AA0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070AA0 is #F8F55F. Grayscale: #191919. Windows color (decimal): -16315744 or 10488327. OLE color: 10488327.

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

Color convert

RGB 7 10 160 -
CMYK 0.96 0.94 0 0.37
HSL 238.82º 0.92% 0.33% -
HSV(B) 238.82º 0.96% 0.63% -
XYZ 6.54 2.8 33.45 -
YUV 26.2 203.51 114.3 -
System Red Green Blue C M Y K H S L
Decimal 7 10 160 0.96 0.94 0 0.37 238.82 0.92 0.33
Hex 7 A A0 60 5E 0 25 EF 5C 21
Octal 7 12 240 140 136 0 45 357 134 41
Binary 111 1010 10100000 1100000 1011110 0 100101 11101111 1011100 100001

Color Harmonies of #070AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070AA0

Black with #070AA0

Text Example


Text Example

White with #070AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,10,160); }

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

background-color css

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

 a { background-color: rgb(7,10,160); }

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

border-color css

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

 span { border-color: rgb(7,10,160); }

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