Html Css Color HEX #070AAA New Midnight Blue

📋 copy color: '#070AAA'

red 7 ◦ green 10 ◦ blue 170

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

Shades of New Midnight Blue #070AAA

Tints of New Midnight Blue #070AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 90.91%

R = 3.74%
G = 5.35%
B = 90.91%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#070AAA (or 0x070AAA) is known color: New Midnight Blue. HEX triplet: 07, 0A and AA. RGB value is (7,10,170). Sum of RGB (Red+Green+Blue) = 7+10+170=187 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.74% from 187); Green value is 10 (4.30% from 255 or 5.35% from 187); Blue value is 170 (66.80% from 255 or 90.91% from 187); Max value from RGB is 170 - color contains mainly: blue. Hex color #070AAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070AAA is #F8F555. Grayscale: #1A1A1A. Windows color (decimal): -16315734 or 11143687. OLE color: 11143687.

HSL color Cylindrical-coordinate representation of color #070AAA: hue angle of 238.9º 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 #070AAA is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 7 10 170 -
CMYK 0.96 0.94 0 0.33
HSL 238.9º 0.92% 0.35% -
HSV(B) 238.9º 0.96% 0.67% -
XYZ 7.45 3.16 38.25 -
YUV 27.34 208.51 113.49 -
System Red Green Blue C M Y K H S L
Decimal 7 10 170 0.96 0.94 0 0.33 238.9 0.92 0.35
Hex 7 A AA 60 5E 0 21 EF 5C 23
Octal 7 12 252 140 136 0 41 357 134 43
Binary 111 1010 10101010 1100000 1011110 0 100001 11101111 1011100 100011

Color Harmonies of #070AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070AAA

Black with #070AAA

Text Example


Text Example

White with #070AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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