Html Css Color HEX #070550 Midnight Blue

📋 copy color: '#070550'

red 7 ◦ green 5 ◦ blue 80

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

Shades of Midnight Blue #070550

Tints of Midnight Blue #070550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 86.96%

R = 7.61%
G = 5.43%
B = 86.96%

CMYK

 C value IS 0.91

 M value IS 0.94

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#070550 (or 0x070550) is known color: Midnight Blue. HEX triplet: 07, 05 and 50. RGB value is (7,5,80). Sum of RGB (Red+Green+Blue) = 7+5+80=92 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.61% from 92); Green value is 5 (2.34% from 255 or 5.43% from 92); Blue value is 80 (31.64% from 255 or 86.96% from 92); Max value from RGB is 80 - color contains mainly: blue. Hex color #070550 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070550 is #F8FAAF. Grayscale: #0D0D0D. Windows color (decimal): -16317104 or 5244167. OLE color: 5244167.

HSL color Cylindrical-coordinate representation of color #070550: hue angle of 241.6º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #070550 is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 7 5 80 -
CMYK 0.91 0.94 0 0.69
HSL 241.6º 0.88% 0.17% -
HSV(B) 241.6º 0.94% 0.31% -
XYZ 1.59 0.73 7.65 -
YUV 14.15 165.16 122.9 -
System Red Green Blue C M Y K H S L
Decimal 7 5 80 0.91 0.94 0 0.69 241.6 0.88 0.17
Hex 7 5 50 5B 5E 0 45 F2 58 11
Octal 7 5 120 133 136 0 105 362 130 21
Binary 111 101 1010000 1011011 1011110 0 1000101 11110010 1011000 10001

Color Harmonies of #070550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070550

Black with #070550

Text Example


Text Example

White with #070550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070550; }

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

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

background-color css

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

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

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

border-color css

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

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

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