Html Css Color HEX #071530 Midnight Express

📋 copy color: '#071530'

red 7 ◦ green 21 ◦ blue 48

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

Shades of Midnight Express #071530

Tints of Midnight Express #071530

RGB

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

 GREEN value IS 21 (8.59% from 255) = 27.63%

 BLUE value IS 48 (19.14% from 255) = 63.16%

R = 9.21%
G = 27.63%
B = 63.16%

CMYK

 C value IS 0.85

 M value IS 0.56

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#071530 (or 0x071530) is known color: Midnight Express. HEX triplet: 07, 15 and 30. RGB value is (7,21,48). Sum of RGB (Red+Green+Blue) = 7+21+48=76 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.21% from 76); Green value is 21 (8.59% from 255 or 27.63% from 76); Blue value is 48 (19.14% from 255 or 63.16% from 76); Max value from RGB is 48 - color contains mainly: blue. Hex color #071530 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071530 is #F8EACF. Grayscale: #131313. Windows color (decimal): -16313040 or 3151111. OLE color: 3151111.

HSL color Cylindrical-coordinate representation of color #071530: hue angle of 219.51º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #071530 is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 7 21 48 -
CMYK 0.85 0.56 0 0.81
HSL 219.51º 0.75% 0.11% -
HSV(B) 219.51º 0.85% 0.19% -
XYZ 0.89 0.79 2.9 -
YUV 19.89 143.86 118.8 -
System Red Green Blue C M Y K H S L
Decimal 7 21 48 0.85 0.56 0 0.81 219.51 0.75 0.11
Hex 7 15 30 55 38 0 51 DC 4B B
Octal 7 25 60 125 70 0 121 334 113 13
Binary 111 10101 110000 1010101 111000 0 1010001 11011100 1001011 1011

Color Harmonies of #071530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071530

Black with #071530

Text Example


Text Example

White with #071530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071530; }

 p { color: rgb(7,21,48); }

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

background-color css

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

 a { background-color: rgb(7,21,48); }

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

border-color css

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

 span { border-color: rgb(7,21,48); }

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