Html Css Color HEX #070AB0 New Midnight Blue

📋 copy color: '#070AB0'

red 7 ◦ green 10 ◦ blue 176

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

Shades of New Midnight Blue #070AB0

Tints of New Midnight Blue #070AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 91.19%

R = 3.63%
G = 5.18%
B = 91.19%

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

#070AB0 (or 0x070AB0) is known color: New Midnight Blue. HEX triplet: 07, 0A and B0. RGB value is (7,10,176). Sum of RGB (Red+Green+Blue) = 7+10+176=193 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.63% from 193); Green value is 10 (4.30% from 255 or 5.18% from 193); Blue value is 176 (69.14% from 255 or 91.19% from 193); Max value from RGB is 176 - color contains mainly: blue. Hex color #070AB0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070AB0 is #F8F54F. Grayscale: #1B1B1B. Windows color (decimal): -16315728 or 11536903. OLE color: 11536903.

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

Color convert

RGB 7 10 176 -
CMYK 0.96 0.94 0 0.31
HSL 238.93º 0.92% 0.36% -
HSV(B) 238.93º 0.96% 0.69% -
XYZ 8.03 3.4 41.31 -
YUV 28.03 211.51 113 -
System Red Green Blue C M Y K H S L
Decimal 7 10 176 0.96 0.94 0 0.31 238.93 0.92 0.36
Hex 7 A B0 60 5E 0 1F EF 5C 24
Octal 7 12 260 140 136 0 37 357 134 44
Binary 111 1010 10110000 1100000 1011110 0 11111 11101111 1011100 100100

Color Harmonies of #070AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070AB0

Black with #070AB0

Text Example


Text Example

White with #070AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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