Html Css Color HEX #071A38 Midnight Express

📋 copy color: '#071A38'

red 7 ◦ green 26 ◦ blue 56

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

Shades of Midnight Express #071A38

Tints of Midnight Express #071A38

RGB

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

 GREEN value IS 26 (10.55% from 255) = 29.21%

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

R = 7.87%
G = 29.21%
B = 62.92%

CMYK

 C value IS 0.88

 M value IS 0.54

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#071A38 (or 0x071A38) is known color: Midnight Express. HEX triplet: 07, 1A and 38. RGB value is (7,26,56). Sum of RGB (Red+Green+Blue) = 7+26+56=89 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.87% from 89); Green value is 26 (10.55% from 255 or 29.21% from 89); Blue value is 56 (22.27% from 255 or 62.92% from 89); Max value from RGB is 56 - color contains mainly: blue. Hex color #071A38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071A38 is #F8E5C7. Grayscale: #171717. Windows color (decimal): -16311752 or 3676679. OLE color: 3676679.

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

Color convert

RGB 7 26 56 -
CMYK 0.88 0.54 0 0.78
HSL 216.73º 0.78% 0.12% -
HSV(B) 216.73º 0.88% 0.22% -
XYZ 1.17 1.07 3.89 -
YUV 23.74 146.21 116.06 -
System Red Green Blue C M Y K H S L
Decimal 7 26 56 0.88 0.54 0 0.78 216.73 0.78 0.12
Hex 7 1A 38 58 36 0 4E D9 4E C
Octal 7 32 70 130 66 0 116 331 116 14
Binary 111 11010 111000 1011000 110110 0 1001110 11011001 1001110 1100

Color Harmonies of #071A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071A38

Black with #071A38

Text Example


Text Example

White with #071A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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