Html Css Color HEX #071048 Midnight Express

📋 copy color: '#071048'

red 7 ◦ green 16 ◦ blue 72

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

Shades of Midnight Express #071048

Tints of Midnight Express #071048

RGB

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

 GREEN value IS 16 (6.64% from 255) = 16.84%

 BLUE value IS 72 (28.52% from 255) = 75.79%

R = 7.37%
G = 16.84%
B = 75.79%

CMYK

 C value IS 0.90

 M value IS 0.78

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#071048 (or 0x071048) is known color: Midnight Express. HEX triplet: 07, 10 and 48. RGB value is (7,16,72). Sum of RGB (Red+Green+Blue) = 7+16+72=95 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.37% from 95); Green value is 16 (6.64% from 255 or 16.84% from 95); Blue value is 72 (28.52% from 255 or 75.79% from 95); Max value from RGB is 72 - color contains mainly: blue. Hex color #071048 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071048 is #F8EFB7. Grayscale: #131313. Windows color (decimal): -16314296 or 4722695. OLE color: 4722695.

HSL color Cylindrical-coordinate representation of color #071048: hue angle of 231.69º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #071048 is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 7 16 72 -
CMYK 0.90 0.78 0 0.72
HSL 231.69º 0.82% 0.15% -
HSV(B) 231.69º 0.9% 0.28% -
XYZ 1.44 0.88 6.23 -
YUV 19.69 157.52 118.95 -
System Red Green Blue C M Y K H S L
Decimal 7 16 72 0.90 0.78 0 0.72 231.69 0.82 0.15
Hex 7 10 48 5A 4E 0 48 E8 52 F
Octal 7 20 110 132 116 0 110 350 122 17
Binary 111 10000 1001000 1011010 1001110 0 1001000 11101000 1010010 1111

Color Harmonies of #071048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071048

Black with #071048

Text Example


Text Example

White with #071048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071048; }

 p { color: rgb(7,16,72); }

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

background-color css

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

 a { background-color: rgb(7,16,72); }

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

border-color css

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

 span { border-color: rgb(7,16,72); }

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