Html Css Color HEX #050740 Midnight Express

📋 copy color: '#050740'

red 5 ◦ green 7 ◦ blue 64

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

Shades of Midnight Express #050740

Tints of Midnight Express #050740

RGB

 RED value IS 5 (2.34% from 255) = 6.58%

 GREEN value IS 7 (3.13% from 255) = 9.21%

 BLUE value IS 64 (25.39% from 255) = 84.21%

R = 6.58%
G = 9.21%
B = 84.21%

CMYK

 C value IS 0.92

 M value IS 0.89

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#050740 (or 0x050740) is known color: Midnight Express. HEX triplet: 05, 07 and 40. RGB value is (5,7,64). Sum of RGB (Red+Green+Blue) = 5+7+64=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 7 (3.12% from 255 or 9.21% from 76); Blue value is 64 (25.39% from 255 or 84.21% from 76); Max value from RGB is 64 - color contains mainly: blue. Hex color #050740 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050740 is #FAF8BF. Grayscale: #0C0C0C. Windows color (decimal): -16447680 or 4196101. OLE color: 4196101.

HSL color Cylindrical-coordinate representation of color #050740: hue angle of 237.97º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #050740 is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 5 7 64 -
CMYK 0.92 0.89 0 0.75
HSL 237.97º 0.86% 0.14% -
HSV(B) 237.97º 0.92% 0.25% -
XYZ 1.06 0.55 4.9 -
YUV 12.9 156.84 122.37 -
System Red Green Blue C M Y K H S L
Decimal 5 7 64 0.92 0.89 0 0.75 237.97 0.86 0.14
Hex 5 7 40 5C 59 0 4B EE 56 E
Octal 5 7 100 134 131 0 113 356 126 16
Binary 101 111 1000000 1011100 1011001 0 1001011 11101110 1010110 1110

Color Harmonies of #050740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050740

Black with #050740

Text Example


Text Example

White with #050740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050740; }

 p { color: rgb(5,7,64); }

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

background-color css

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

 a { background-color: rgb(5,7,64); }

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

border-color css

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

 span { border-color: rgb(5,7,64); }

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