Html Css Color HEX #070AAF New Midnight Blue

📋 copy color: '#070AAF'

red 7 ◦ green 10 ◦ blue 175

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

Shades of New Midnight Blue #070AAF

Tints of New Midnight Blue #070AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 91.15%

R = 3.65%
G = 5.21%
B = 91.15%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#070AAF (or 0x070AAF) is known color: New Midnight Blue. HEX triplet: 07, 0A and AF. RGB value is (7,10,175). Sum of RGB (Red+Green+Blue) = 7+10+175=192 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.65% from 192); Green value is 10 (4.30% from 255 or 5.21% from 192); Blue value is 175 (68.75% from 255 or 91.15% from 192); Max value from RGB is 175 - color contains mainly: blue. Hex color #070AAF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070AAF is #F8F550. Grayscale: #1B1B1B. Windows color (decimal): -16315729 or 11471367. OLE color: 11471367.

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

Color convert

RGB 7 10 175 -
CMYK 0.96 0.94 0 0.31
HSL 238.93º 0.92% 0.36% -
HSV(B) 238.93º 0.96% 0.69% -
XYZ 7.93 3.36 40.79 -
YUV 27.91 211.01 113.08 -
System Red Green Blue C M Y K H S L
Decimal 7 10 175 0.96 0.94 0 0.31 238.93 0.92 0.36
Hex 7 A AF 60 5E 0 1F EF 5C 24
Octal 7 12 257 140 136 0 37 357 134 44
Binary 111 1010 10101111 1100000 1011110 0 11111 11101111 1011100 100100

Color Harmonies of #070AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070AAF

Black with #070AAF

Text Example


Text Example

White with #070AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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