Html Css Color HEX #070FAA New Midnight Blue

📋 copy color: '#070FAA'

red 7 ◦ green 15 ◦ blue 170

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

Shades of New Midnight Blue #070FAA

Tints of New Midnight Blue #070FAA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.81%

 BLUE value IS 170 (66.8% from 255) = 88.54%

R = 3.65%
G = 7.81%
B = 88.54%

CMYK

 C value IS 0.96

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#070FAA (or 0x070FAA) is known color: New Midnight Blue. HEX triplet: 07, 0F and AA. RGB value is (7,15,170). Sum of RGB (Red+Green+Blue) = 7+15+170=192 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.65% from 192); Green value is 15 (6.25% from 255 or 7.81% from 192); Blue value is 170 (66.80% from 255 or 88.54% from 192); Max value from RGB is 170 - color contains mainly: blue. Hex color #070FAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070FAA is #F8F055. Grayscale: #1D1D1D. Windows color (decimal): -16314454 or 11144967. OLE color: 11144967.

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

Color convert

RGB 7 15 170 -
CMYK 0.96 0.91 0 0.33
HSL 237.06º 0.92% 0.35% -
HSV(B) 237.06º 0.96% 0.67% -
XYZ 7.51 3.29 38.27 -
YUV 30.28 206.85 111.4 -
System Red Green Blue C M Y K H S L
Decimal 7 15 170 0.96 0.91 0 0.33 237.06 0.92 0.35
Hex 7 F AA 60 5B 0 21 ED 5C 23
Octal 7 17 252 140 133 0 41 355 134 43
Binary 111 1111 10101010 1100000 1011011 0 100001 11101101 1011100 100011

Color Harmonies of #070FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070FAA

Black with #070FAA

Text Example


Text Example

White with #070FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,15,170); }

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

background-color css

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

 a { background-color: rgb(7,15,170); }

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

border-color css

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

 span { border-color: rgb(7,15,170); }

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