Html Css Color HEX #070535 Midnight Express

📋 copy color: '#070535'

red 7 ◦ green 5 ◦ blue 53

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

Shades of Midnight Express #070535

Tints of Midnight Express #070535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 81.54%

R = 10.77%
G = 7.69%
B = 81.54%

CMYK

 C value IS 0.87

 M value IS 0.91

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#070535 (or 0x070535) is known color: Midnight Express. HEX triplet: 07, 05 and 35. RGB value is (7,5,53). Sum of RGB (Red+Green+Blue) = 7+5+53=65 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.77% from 65); Green value is 5 (2.34% from 255 or 7.69% from 65); Blue value is 53 (21.09% from 255 or 81.54% from 65); Max value from RGB is 53 - color contains mainly: blue. Hex color #070535 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070535 is #F8FACA. Grayscale: #0A0A0A. Windows color (decimal): -16317131 or 3474695. OLE color: 3474695.

HSL color Cylindrical-coordinate representation of color #070535: hue angle of 242.5º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #070535 is Cyan = 0.87, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 7 5 53 -
CMYK 0.87 0.91 0 0.79
HSL 242.5º 0.83% 0.11% -
HSV(B) 242.5º 0.91% 0.21% -
XYZ 0.78 0.41 3.41 -
YUV 11.07 151.66 125.1 -
System Red Green Blue C M Y K H S L
Decimal 7 5 53 0.87 0.91 0 0.79 242.5 0.83 0.11
Hex 7 5 35 57 5B 0 4F F2 53 B
Octal 7 5 65 127 133 0 117 362 123 13
Binary 111 101 110101 1010111 1011011 0 1001111 11110010 1010011 1011

Color Harmonies of #070535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070535

Black with #070535

Text Example


Text Example

White with #070535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070535; }

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

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

background-color css

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

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

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

border-color css

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

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

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