Html Css Color HEX #071138 Midnight Express

📋 copy color: '#071138'

red 7 ◦ green 17 ◦ blue 56

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

Shades of Midnight Express #071138

Tints of Midnight Express #071138

RGB

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

 GREEN value IS 17 (7.03% from 255) = 21.25%

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

R = 8.75%
G = 21.25%
B = 70%

CMYK

 C value IS 0.88

 M value IS 0.70

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#071138 (or 0x071138) is known color: Midnight Express. HEX triplet: 07, 11 and 38. RGB value is (7,17,56). Sum of RGB (Red+Green+Blue) = 7+17+56=80 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.75% from 80); Green value is 17 (7.03% from 255 or 21.25% from 80); Blue value is 56 (22.27% from 255 or 70% from 80); Max value from RGB is 56 - color contains mainly: blue. Hex color #071138 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071138 is #F8EEC7. Grayscale: #121212. Windows color (decimal): -16314056 or 3674375. OLE color: 3674375.

HSL color Cylindrical-coordinate representation of color #071138: hue angle of 227.76º 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 #071138 is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 7 17 56 -
CMYK 0.88 0.70 0 0.78
HSL 227.76º 0.78% 0.12% -
HSV(B) 227.76º 0.88% 0.22% -
XYZ 1 0.73 3.83 -
YUV 18.46 149.19 119.83 -
System Red Green Blue C M Y K H S L
Decimal 7 17 56 0.88 0.70 0 0.78 227.76 0.78 0.12
Hex 7 11 38 58 46 0 4E E4 4E C
Octal 7 21 70 130 106 0 116 344 116 14
Binary 111 10001 111000 1011000 1000110 0 1001110 11100100 1001110 1100

Color Harmonies of #071138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071138

Black with #071138

Text Example


Text Example

White with #071138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071138; }

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

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

background-color css

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

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

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

border-color css

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

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

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