Html Css Color HEX #070542 Midnight Express

📋 copy color: '#070542'

red 7 ◦ green 5 ◦ blue 66

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

Shades of Midnight Express #070542

Tints of Midnight Express #070542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 84.62%

R = 8.97%
G = 6.41%
B = 84.62%

CMYK

 C value IS 0.89

 M value IS 0.92

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#070542 (or 0x070542) is known color: Midnight Express. HEX triplet: 07, 05 and 42. RGB value is (7,5,66). Sum of RGB (Red+Green+Blue) = 7+5+66=78 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.97% from 78); Green value is 5 (2.34% from 255 or 6.41% from 78); Blue value is 66 (26.17% from 255 or 84.62% from 78); Max value from RGB is 66 - color contains mainly: blue. Hex color #070542 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070542 is #F8FABD. Grayscale: #0C0C0C. Windows color (decimal): -16317118 or 4326663. OLE color: 4326663.

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

Color convert

RGB 7 5 66 -
CMYK 0.89 0.92 0 0.74
HSL 241.97º 0.86% 0.14% -
HSV(B) 241.97º 0.92% 0.26% -
XYZ 1.13 0.55 5.2 -
YUV 12.55 158.16 124.04 -
System Red Green Blue C M Y K H S L
Decimal 7 5 66 0.89 0.92 0 0.74 241.97 0.86 0.14
Hex 7 5 42 59 5C 0 4A F2 56 E
Octal 7 5 102 131 134 0 112 362 126 16
Binary 111 101 1000010 1011001 1011100 0 1001010 11110010 1010110 1110

Color Harmonies of #070542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070542

Black with #070542

Text Example


Text Example

White with #070542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070542; }

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

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

background-color css

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

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

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

border-color css

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

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

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