Html Css Color HEX #070341 Midnight Express

📋 copy color: '#070341'

red 7 ◦ green 3 ◦ blue 65

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

Shades of Midnight Express #070341

Tints of Midnight Express #070341

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4%

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

R = 9.33%
G = 4%
B = 86.67%

CMYK

 C value IS 0.89

 M value IS 0.95

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#070341 (or 0x070341) is known color: Midnight Express. HEX triplet: 07, 03 and 41. RGB value is (7,3,65). Sum of RGB (Red+Green+Blue) = 7+3+65=75 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.33% from 75); Green value is 3 (1.56% from 255 or 4% from 75); Blue value is 65 (25.78% from 255 or 86.67% from 75); Max value from RGB is 65 - color contains mainly: blue. Hex color #070341 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070341 is #F8FCBE. Grayscale: #0B0B0B. Windows color (decimal): -16317631 or 4260615. OLE color: 4260615.

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

Color convert

RGB 7 3 65 -
CMYK 0.89 0.95 0 0.75
HSL 243.87º 0.91% 0.13% -
HSV(B) 243.87º 0.95% 0.25% -
XYZ 1.07 0.49 5.04 -
YUV 11.26 158.33 124.96 -
System Red Green Blue C M Y K H S L
Decimal 7 3 65 0.89 0.95 0 0.75 243.87 0.91 0.13
Hex 7 3 41 59 5F 0 4B F4 5B D
Octal 7 3 101 131 137 0 113 364 133 15
Binary 111 11 1000001 1011001 1011111 0 1001011 11110100 1011011 1101

Color Harmonies of #070341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070341

Black with #070341

Text Example


Text Example

White with #070341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070341; }

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

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

background-color css

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

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

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

border-color css

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

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

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