Html Css Color HEX #071C47 Midnight Express

📋 copy color: '#071C47'

red 7 ◦ green 28 ◦ blue 71

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

Shades of Midnight Express #071C47

Tints of Midnight Express #071C47

RGB

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

 GREEN value IS 28 (11.33% from 255) = 26.42%

 BLUE value IS 71 (28.13% from 255) = 66.98%

R = 6.6%
G = 26.42%
B = 66.98%

CMYK

 C value IS 0.90

 M value IS 0.61

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#071C47 (or 0x071C47) is known color: Midnight Express. HEX triplet: 07, 1C and 47. RGB value is (7,28,71). Sum of RGB (Red+Green+Blue) = 7+28+71=106 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.60% from 106); Green value is 28 (11.33% from 255 or 26.42% from 106); Blue value is 71 (28.12% from 255 or 66.98% from 106); Max value from RGB is 71 - color contains mainly: blue. Hex color #071C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071C47 is #F8E3B8. Grayscale: #1A1A1A. Windows color (decimal): -16311225 or 4660231. OLE color: 4660231.

HSL color Cylindrical-coordinate representation of color #071C47: hue angle of 220.31º 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 #071C47 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 7 28 71 -
CMYK 0.90 0.61 0 0.72
HSL 220.31º 0.82% 0.15% -
HSV(B) 220.31º 0.9% 0.28% -
XYZ 1.64 1.33 6.13 -
YUV 26.62 153.04 114 -
System Red Green Blue C M Y K H S L
Decimal 7 28 71 0.90 0.61 0 0.72 220.31 0.82 0.15
Hex 7 1C 47 5A 3D 0 48 DC 52 F
Octal 7 34 107 132 75 0 110 334 122 17
Binary 111 11100 1000111 1011010 111101 0 1001000 11011100 1010010 1111

Color Harmonies of #071C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071C47

Black with #071C47

Text Example


Text Example

White with #071C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071C47; }

 p { color: rgb(7,28,71); }

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

background-color css

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

 a { background-color: rgb(7,28,71); }

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

border-color css

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

 span { border-color: rgb(7,28,71); }

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