Html Css Color HEX #071834 Midnight Express

📋 copy color: '#071834'

red 7 ◦ green 24 ◦ blue 52

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

Shades of Midnight Express #071834

Tints of Midnight Express #071834

RGB

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

 GREEN value IS 24 (9.77% from 255) = 28.92%

 BLUE value IS 52 (20.7% from 255) = 62.65%

R = 8.43%
G = 28.92%
B = 62.65%

CMYK

 C value IS 0.87

 M value IS 0.54

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#071834 (or 0x071834) is known color: Midnight Express. HEX triplet: 07, 18 and 34. RGB value is (7,24,52). Sum of RGB (Red+Green+Blue) = 7+24+52=83 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.43% from 83); Green value is 24 (9.77% from 255 or 28.92% from 83); Blue value is 52 (20.70% from 255 or 62.65% from 83); Max value from RGB is 52 - color contains mainly: blue. Hex color #071834 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071834 is #F8E7CB. Grayscale: #151515. Windows color (decimal): -16312268 or 3414023. OLE color: 3414023.

HSL color Cylindrical-coordinate representation of color #071834: hue angle of 217.33º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #071834 is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 7 24 52 -
CMYK 0.87 0.54 0 0.80
HSL 217.33º 0.76% 0.12% -
HSV(B) 217.33º 0.87% 0.2% -
XYZ 1.03 0.95 3.38 -
YUV 22.11 144.87 117.22 -
System Red Green Blue C M Y K H S L
Decimal 7 24 52 0.87 0.54 0 0.80 217.33 0.76 0.12
Hex 7 18 34 57 36 0 50 D9 4C C
Octal 7 30 64 127 66 0 120 331 114 14
Binary 111 11000 110100 1010111 110110 0 1010000 11011001 1001100 1100

Color Harmonies of #071834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071834

Black with #071834

Text Example


Text Example

White with #071834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071834; }

 p { color: rgb(7,24,52); }

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

background-color css

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

 a { background-color: rgb(7,24,52); }

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

border-color css

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

 span { border-color: rgb(7,24,52); }

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