Html Css Color HEX #071334 Midnight Express

📋 copy color: '#071334'

red 7 ◦ green 19 ◦ blue 52

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

Shades of Midnight Express #071334

Tints of Midnight Express #071334

RGB

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

 GREEN value IS 19 (7.81% from 255) = 24.36%

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

R = 8.97%
G = 24.36%
B = 66.67%

CMYK

 C value IS 0.87

 M value IS 0.63

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#071334 (or 0x071334) is known color: Midnight Express. HEX triplet: 07, 13 and 34. RGB value is (7,19,52). Sum of RGB (Red+Green+Blue) = 7+19+52=78 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.97% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 52 (20.70% from 255 or 66.67% from 78); Max value from RGB is 52 - color contains mainly: blue. Hex color #071334 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071334 is #F8ECCB. Grayscale: #131313. Windows color (decimal): -16313548 or 3412743. OLE color: 3412743.

HSL color Cylindrical-coordinate representation of color #071334: hue angle of 224º 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 #071334 is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 7 19 52 -
CMYK 0.87 0.63 0 0.80
HSL 224º 0.76% 0.12% -
HSV(B) 224º 0.87% 0.2% -
XYZ 0.94 0.76 3.35 -
YUV 19.17 146.52 119.32 -
System Red Green Blue C M Y K H S L
Decimal 7 19 52 0.87 0.63 0 0.80 224 0.76 0.12
Hex 7 13 34 57 3F 0 50 E0 4C C
Octal 7 23 64 127 77 0 120 340 114 14
Binary 111 10011 110100 1010111 111111 0 1010000 11100000 1001100 1100

Color Harmonies of #071334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071334

Black with #071334

Text Example


Text Example

White with #071334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071334; }

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

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

background-color css

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

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

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

border-color css

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

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

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