Html Css Color HEX #070541 Midnight Express

📋 copy color: '#070541'

red 7 ◦ green 5 ◦ blue 65

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

Shades of Midnight Express #070541

Tints of Midnight Express #070541

RGB

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

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

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

R = 9.09%
G = 6.49%
B = 84.42%

CMYK

 C value IS 0.89

 M value IS 0.92

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#070541 (or 0x070541) is known color: Midnight Express. HEX triplet: 07, 05 and 41. RGB value is (7,5,65). Sum of RGB (Red+Green+Blue) = 7+5+65=77 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.09% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 65 (25.78% from 255 or 84.42% from 77); Max value from RGB is 65 - color contains mainly: blue. Hex color #070541 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070541 is #F8FABE. Grayscale: #0C0C0C. Windows color (decimal): -16317119 or 4261127. OLE color: 4261127.

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

Color convert

RGB 7 5 65 -
CMYK 0.89 0.92 0 0.75
HSL 242º 0.86% 0.14% -
HSV(B) 242º 0.92% 0.25% -
XYZ 1.1 0.54 5.05 -
YUV 12.44 157.66 124.12 -
System Red Green Blue C M Y K H S L
Decimal 7 5 65 0.89 0.92 0 0.75 242 0.86 0.14
Hex 7 5 41 59 5C 0 4B F2 56 E
Octal 7 5 101 131 134 0 113 362 126 16
Binary 111 101 1000001 1011001 1011100 0 1001011 11110010 1010110 1110

Color Harmonies of #070541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070541

Black with #070541

Text Example


Text Example

White with #070541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070541; }

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

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

background-color css

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

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

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

border-color css

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

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

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