Html Css Color HEX #070841 Midnight Express

📋 copy color: '#070841'

red 7 ◦ green 8 ◦ blue 65

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

Shades of Midnight Express #070841

Tints of Midnight Express #070841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 81.25%

R = 8.75%
G = 10%
B = 81.25%

CMYK

 C value IS 0.89

 M value IS 0.88

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#070841 (or 0x070841) is known color: Midnight Express. HEX triplet: 07, 08 and 41. RGB value is (7,8,65). Sum of RGB (Red+Green+Blue) = 7+8+65=80 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.75% from 80); Green value is 8 (3.52% from 255 or 10% from 80); Blue value is 65 (25.78% from 255 or 81.25% from 80); Max value from RGB is 65 - color contains mainly: blue. Hex color #070841 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070841 is #F8F7BE. Grayscale: #0D0D0D. Windows color (decimal): -16316351 or 4261895. OLE color: 4261895.

HSL color Cylindrical-coordinate representation of color #070841: hue angle of 238.97º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #070841 is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 8 65 -
CMYK 0.89 0.88 0 0.75
HSL 238.97º 0.81% 0.14% -
HSV(B) 238.97º 0.89% 0.25% -
XYZ 1.13 0.6 5.06 -
YUV 14.2 156.67 122.87 -
System Red Green Blue C M Y K H S L
Decimal 7 8 65 0.89 0.88 0 0.75 238.97 0.81 0.14
Hex 7 8 41 59 58 0 4B EF 51 E
Octal 7 10 101 131 130 0 113 357 121 16
Binary 111 1000 1000001 1011001 1011000 0 1001011 11101111 1010001 1110

Color Harmonies of #070841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070841

Black with #070841

Text Example


Text Example

White with #070841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070841; }

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

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

background-color css

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

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

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

border-color css

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

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

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