Html Css Color HEX #070649 Midnight Blue

📋 copy color: '#070649'

red 7 ◦ green 6 ◦ blue 73

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

Shades of Midnight Blue #070649

Tints of Midnight Blue #070649

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.98%

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

R = 8.14%
G = 6.98%
B = 84.88%

CMYK

 C value IS 0.90

 M value IS 0.92

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#070649 (or 0x070649) is known color: Midnight Blue. HEX triplet: 07, 06 and 49. RGB value is (7,6,73). Sum of RGB (Red+Green+Blue) = 7+6+73=86 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.14% from 86); Green value is 6 (2.73% from 255 or 6.98% from 86); Blue value is 73 (28.91% from 255 or 84.88% from 86); Max value from RGB is 73 - color contains mainly: blue. Hex color #070649 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070649 is #F8F9B6. Grayscale: #0D0D0D. Windows color (decimal): -16316855 or 4785671. OLE color: 4785671.

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

Color convert

RGB 7 6 73 -
CMYK 0.90 0.92 0 0.71
HSL 240.9º 0.85% 0.15% -
HSV(B) 240.9º 0.92% 0.29% -
XYZ 1.36 0.66 6.36 -
YUV 13.94 161.33 123.05 -
System Red Green Blue C M Y K H S L
Decimal 7 6 73 0.90 0.92 0 0.71 240.9 0.85 0.15
Hex 7 6 49 5A 5C 0 47 F1 55 F
Octal 7 6 111 132 134 0 107 361 125 17
Binary 111 110 1001001 1011010 1011100 0 1000111 11110001 1010101 1111

Color Harmonies of #070649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070649

Black with #070649

Text Example


Text Example

White with #070649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070649; }

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

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

background-color css

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

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

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

border-color css

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

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

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