Html Css Color HEX #071438 Midnight Express

📋 copy color: '#071438'

red 7 ◦ green 20 ◦ blue 56

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

Shades of Midnight Express #071438

Tints of Midnight Express #071438

RGB

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

 GREEN value IS 20 (8.2% from 255) = 24.1%

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

R = 8.43%
G = 24.1%
B = 67.47%

CMYK

 C value IS 0.88

 M value IS 0.64

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#071438 (or 0x071438) is known color: Midnight Express. HEX triplet: 07, 14 and 38. RGB value is (7,20,56). Sum of RGB (Red+Green+Blue) = 7+20+56=83 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.43% from 83); Green value is 20 (8.20% from 255 or 24.10% from 83); Blue value is 56 (22.27% from 255 or 67.47% from 83); Max value from RGB is 56 - color contains mainly: blue. Hex color #071438 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071438 is #F8EBC7. Grayscale: #141414. Windows color (decimal): -16313288 or 3675143. OLE color: 3675143.

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

Color convert

RGB 7 20 56 -
CMYK 0.88 0.64 0 0.78
HSL 224.08º 0.78% 0.12% -
HSV(B) 224.08º 0.88% 0.22% -
XYZ 1.05 0.83 3.85 -
YUV 20.22 148.19 118.57 -
System Red Green Blue C M Y K H S L
Decimal 7 20 56 0.88 0.64 0 0.78 224.08 0.78 0.12
Hex 7 14 38 58 40 0 4E E0 4E C
Octal 7 24 70 130 100 0 116 340 116 14
Binary 111 10100 111000 1011000 1000000 0 1001110 11100000 1001110 1100

Color Harmonies of #071438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071438

Black with #071438

Text Example


Text Example

White with #071438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071438; }

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

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

background-color css

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

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

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

border-color css

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

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

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