Html Css Color HEX #070850 Midnight Blue

📋 copy color: '#070850'

red 7 ◦ green 8 ◦ blue 80

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

Shades of Midnight Blue #070850

Tints of Midnight Blue #070850

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.42%

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

R = 7.37%
G = 8.42%
B = 84.21%

CMYK

 C value IS 0.91

 M value IS 0.90

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#070850 (or 0x070850) is known color: Midnight Blue. HEX triplet: 07, 08 and 50. RGB value is (7,8,80). Sum of RGB (Red+Green+Blue) = 7+8+80=95 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.37% from 95); Green value is 8 (3.52% from 255 or 8.42% from 95); Blue value is 80 (31.64% from 255 or 84.21% from 95); Max value from RGB is 80 - color contains mainly: blue. Hex color #070850 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070850 is #F8F7AF. Grayscale: #0F0F0F. Windows color (decimal): -16316336 or 5244935. OLE color: 5244935.

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

Color convert

RGB 7 8 80 -
CMYK 0.91 0.90 0 0.69
HSL 239.18º 0.84% 0.17% -
HSV(B) 239.18º 0.91% 0.31% -
XYZ 1.62 0.8 7.66 -
YUV 15.91 164.17 121.65 -
System Red Green Blue C M Y K H S L
Decimal 7 8 80 0.91 0.90 0 0.69 239.18 0.84 0.17
Hex 7 8 50 5B 5A 0 45 EF 54 11
Octal 7 10 120 133 132 0 105 357 124 21
Binary 111 1000 1010000 1011011 1011010 0 1000101 11101111 1010100 10001

Color Harmonies of #070850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070850

Black with #070850

Text Example


Text Example

White with #070850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070850; }

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

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

background-color css

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

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

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

border-color css

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

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

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