Html Css Color HEX #070149 Midnight Blue

📋 copy color: '#070149'

red 7 ◦ green 1 ◦ blue 73

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

Shades of Midnight Blue #070149

Tints of Midnight Blue #070149

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.23%

 BLUE value IS 73 (28.91% from 255) = 90.12%

R = 8.64%
G = 1.23%
B = 90.12%

CMYK

 C value IS 0.90

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#070149 (or 0x070149) is known color: Midnight Blue. HEX triplet: 07, 01 and 49. RGB value is (7,1,73). Sum of RGB (Red+Green+Blue) = 7+1+73=81 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.64% from 81); Green value is 1 (0.78% from 255 or 1.23% from 81); Blue value is 73 (28.91% from 255 or 90.12% from 81); Max value from RGB is 73 - color contains mainly: blue. Hex color #070149 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070149 is #F8FEB6. Grayscale: #0A0A0A. Windows color (decimal): -16318135 or 4784391. OLE color: 4784391.

HSL color Cylindrical-coordinate representation of color #070149: hue angle of 245º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #070149 is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 1 73 -
CMYK 0.90 0.99 0 0.71
HSL 245º 0.97% 0.15% -
HSV(B) 245º 0.99% 0.29% -
XYZ 1.3 0.55 6.34 -
YUV 11 162.99 125.15 -
System Red Green Blue C M Y K H S L
Decimal 7 1 73 0.90 0.99 0 0.71 245 0.97 0.15
Hex 7 1 49 5A 63 0 47 F5 61 F
Octal 7 1 111 132 143 0 107 365 141 17
Binary 111 1 1001001 1011010 1100011 0 1000111 11110101 1100001 1111

Color Harmonies of #070149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070149

Black with #070149

Text Example


Text Example

White with #070149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070149; }

 p { color: rgb(7,1,73); }

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

background-color css

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

 a { background-color: rgb(7,1,73); }

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

border-color css

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

 span { border-color: rgb(7,1,73); }

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