Html Css Color HEX #070AB4 New Midnight Blue

📋 copy color: '#070AB4'

red 7 ◦ green 10 ◦ blue 180

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

Shades of New Midnight Blue #070AB4

Tints of New Midnight Blue #070AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 91.37%

R = 3.55%
G = 5.08%
B = 91.37%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#070AB4 (or 0x070AB4) is known color: New Midnight Blue. HEX triplet: 07, 0A and B4. RGB value is (7,10,180). Sum of RGB (Red+Green+Blue) = 7+10+180=197 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.55% from 197); Green value is 10 (4.30% from 255 or 5.08% from 197); Blue value is 180 (70.70% from 255 or 91.37% from 197); Max value from RGB is 180 - color contains mainly: blue. Hex color #070AB4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070AB4 is #F8F54B. Grayscale: #1B1B1B. Windows color (decimal): -16315724 or 11799047. OLE color: 11799047.

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

Color convert

RGB 7 10 180 -
CMYK 0.96 0.94 0 0.29
HSL 238.96º 0.93% 0.37% -
HSV(B) 238.96º 0.96% 0.71% -
XYZ 8.43 3.56 43.42 -
YUV 28.48 213.51 112.68 -
System Red Green Blue C M Y K H S L
Decimal 7 10 180 0.96 0.94 0 0.29 238.96 0.93 0.37
Hex 7 A B4 60 5E 0 1D EF 5D 25
Octal 7 12 264 140 136 0 35 357 135 45
Binary 111 1010 10110100 1100000 1011110 0 11101 11101111 1011101 100101

Color Harmonies of #070AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070AB4

Black with #070AB4

Text Example


Text Example

White with #070AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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