Html Css Color HEX #071038 Midnight Express

📋 copy color: '#071038'

red 7 ◦ green 16 ◦ blue 56

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

Shades of Midnight Express #071038

Tints of Midnight Express #071038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 70.89%

R = 8.86%
G = 20.25%
B = 70.89%

CMYK

 C value IS 0.88

 M value IS 0.71

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#071038 (or 0x071038) is known color: Midnight Express. HEX triplet: 07, 10 and 38. RGB value is (7,16,56). Sum of RGB (Red+Green+Blue) = 7+16+56=79 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.86% from 79); Green value is 16 (6.64% from 255 or 20.25% from 79); Blue value is 56 (22.27% from 255 or 70.89% from 79); Max value from RGB is 56 - color contains mainly: blue. Hex color #071038 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071038 is #F8EFC7. Grayscale: #111111. Windows color (decimal): -16314312 or 3674119. OLE color: 3674119.

HSL color Cylindrical-coordinate representation of color #071038: hue angle of 228.98º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #071038 is Cyan = 0.88, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 7 16 56 -
CMYK 0.88 0.71 0 0.78
HSL 228.98º 0.78% 0.12% -
HSV(B) 228.98º 0.88% 0.22% -
XYZ 0.99 0.7 3.82 -
YUV 17.87 149.52 120.25 -
System Red Green Blue C M Y K H S L
Decimal 7 16 56 0.88 0.71 0 0.78 228.98 0.78 0.12
Hex 7 10 38 58 47 0 4E E5 4E C
Octal 7 20 70 130 107 0 116 345 116 14
Binary 111 10000 111000 1011000 1000111 0 1001110 11100101 1001110 1100

Color Harmonies of #071038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071038

Black with #071038

Text Example


Text Example

White with #071038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071038; }

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

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

background-color css

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

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

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

border-color css

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

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

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