Html Css Color HEX #071C40 Midnight Express

📋 copy color: '#071C40'

red 7 ◦ green 28 ◦ blue 64

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

Shades of Midnight Express #071C40

Tints of Midnight Express #071C40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 64.65%

R = 7.07%
G = 28.28%
B = 64.65%

CMYK

 C value IS 0.89

 M value IS 0.56

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#071C40 (or 0x071C40) is known color: Midnight Express. HEX triplet: 07, 1C and 40. RGB value is (7,28,64). Sum of RGB (Red+Green+Blue) = 7+28+64=99 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7.07% from 99); Green value is 28 (11.33% from 255 or 28.28% from 99); Blue value is 64 (25.39% from 255 or 64.65% from 99); Max value from RGB is 64 - color contains mainly: blue. Hex color #071C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071C40 is #F8E3BF. Grayscale: #191919. Windows color (decimal): -16311232 or 4201479. OLE color: 4201479.

HSL color Cylindrical-coordinate representation of color #071C40: hue angle of 217.89º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #071C40 is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 28 64 -
CMYK 0.89 0.56 0 0.75
HSL 217.89º 0.8% 0.14% -
HSV(B) 217.89º 0.89% 0.25% -
XYZ 1.43 1.25 5.02 -
YUV 25.83 149.54 114.57 -
System Red Green Blue C M Y K H S L
Decimal 7 28 64 0.89 0.56 0 0.75 217.89 0.8 0.14
Hex 7 1C 40 59 38 0 4B DA 50 E
Octal 7 34 100 131 70 0 113 332 120 16
Binary 111 11100 1000000 1011001 111000 0 1001011 11011010 1010000 1110

Color Harmonies of #071C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071C40

Black with #071C40

Text Example


Text Example

White with #071C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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