Html Css Color HEX #070AAB New Midnight Blue

📋 copy color: '#070AAB'

red 7 ◦ green 10 ◦ blue 171

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

Shades of New Midnight Blue #070AAB

Tints of New Midnight Blue #070AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 90.96%

R = 3.72%
G = 5.32%
B = 90.96%

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

#070AAB (or 0x070AAB) is known color: New Midnight Blue. HEX triplet: 07, 0A and AB. RGB value is (7,10,171). Sum of RGB (Red+Green+Blue) = 7+10+171=188 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.72% from 188); Green value is 10 (4.30% from 255 or 5.32% from 188); Blue value is 171 (67.19% from 255 or 90.96% from 188); Max value from RGB is 171 - color contains mainly: blue. Hex color #070AAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070AAB is #F8F554. Grayscale: #1A1A1A. Windows color (decimal): -16315733 or 11209223. OLE color: 11209223.

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

Color convert

RGB 7 10 171 -
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.55 3.2 38.75 -
YUV 27.46 209.01 113.41 -
System Red Green Blue C M Y K H S L
Decimal 7 10 171 0.96 0.94 0 0.33 238.9 0.92 0.35
Hex 7 A AB 60 5E 0 21 EF 5C 23
Octal 7 12 253 140 136 0 41 357 134 43
Binary 111 1010 10101011 1100000 1011110 0 100001 11101111 1011100 100011

Color Harmonies of #070AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070AAB

Black with #070AAB

Text Example


Text Example

White with #070AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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