Html Css Color HEX #070AAC New Midnight Blue

📋 copy color: '#070AAC'

red 7 ◦ green 10 ◦ blue 172

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

Shades of New Midnight Blue #070AAC

Tints of New Midnight Blue #070AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 91.01%

R = 3.7%
G = 5.29%
B = 91.01%

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

#070AAC (or 0x070AAC) is known color: New Midnight Blue. HEX triplet: 07, 0A and AC. RGB value is (7,10,172). Sum of RGB (Red+Green+Blue) = 7+10+172=189 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.70% from 189); Green value is 10 (4.30% from 255 or 5.29% from 189); Blue value is 172 (67.58% from 255 or 91.01% from 189); Max value from RGB is 172 - color contains mainly: blue. Hex color #070AAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070AAC is #F8F553. Grayscale: #1A1A1A. Windows color (decimal): -16315732 or 11274759. OLE color: 11274759.

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

Color convert

RGB 7 10 172 -
CMYK 0.96 0.94 0 0.33
HSL 238.91º 0.92% 0.35% -
HSV(B) 238.91º 0.96% 0.67% -
XYZ 7.64 3.24 39.25 -
YUV 27.57 209.51 113.33 -
System Red Green Blue C M Y K H S L
Decimal 7 10 172 0.96 0.94 0 0.33 238.91 0.92 0.35
Hex 7 A AC 60 5E 0 21 EF 5C 23
Octal 7 12 254 140 136 0 41 357 134 43
Binary 111 1010 10101100 1100000 1011110 0 100001 11101111 1011100 100011

Color Harmonies of #070AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070AAC

Black with #070AAC

Text Example


Text Example

White with #070AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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