Html Css Color HEX #070549 Midnight Blue

📋 copy color: '#070549'

red 7 ◦ green 5 ◦ blue 73

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

Shades of Midnight Blue #070549

Tints of Midnight Blue #070549

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.88%

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

R = 8.24%
G = 5.88%
B = 85.88%

CMYK

 C value IS 0.90

 M value IS 0.93

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#070549 (or 0x070549) is known color: Midnight Blue. HEX triplet: 07, 05 and 49. RGB value is (7,5,73). Sum of RGB (Red+Green+Blue) = 7+5+73=85 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.24% from 85); Green value is 5 (2.34% from 255 or 5.88% from 85); Blue value is 73 (28.91% from 255 or 85.88% from 85); Max value from RGB is 73 - color contains mainly: blue. Hex color #070549 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070549 is #F8FAB6. Grayscale: #0D0D0D. Windows color (decimal): -16317111 or 4785415. OLE color: 4785415.

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

Color convert

RGB 7 5 73 -
CMYK 0.90 0.93 0 0.71
HSL 241.76º 0.87% 0.15% -
HSV(B) 241.76º 0.93% 0.29% -
XYZ 1.34 0.63 6.35 -
YUV 13.35 161.66 123.47 -
System Red Green Blue C M Y K H S L
Decimal 7 5 73 0.90 0.93 0 0.71 241.76 0.87 0.15
Hex 7 5 49 5A 5D 0 47 F2 57 F
Octal 7 5 111 132 135 0 107 362 127 17
Binary 111 101 1001001 1011010 1011101 0 1000111 11110010 1010111 1111

Color Harmonies of #070549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070549

Black with #070549

Text Example


Text Example

White with #070549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070549; }

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

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

background-color css

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

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

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

border-color css

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

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

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