Html Css Color HEX #050741 Midnight Express

📋 copy color: '#050741'

red 5 ◦ green 7 ◦ blue 65

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

Shades of Midnight Express #050741

Tints of Midnight Express #050741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 84.42%

R = 6.49%
G = 9.09%
B = 84.42%

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

#050741 (or 0x050741) is known color: Midnight Express. HEX triplet: 05, 07 and 41. RGB value is (5,7,65). Sum of RGB (Red+Green+Blue) = 5+7+65=77 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.49% from 77); Green value is 7 (3.12% from 255 or 9.09% from 77); Blue value is 65 (25.78% from 255 or 84.42% from 77); Max value from RGB is 65 - color contains mainly: blue. Hex color #050741 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050741 is #FAF8BE. Grayscale: #0C0C0C. Windows color (decimal): -16447679 or 4261637. OLE color: 4261637.

HSL color Cylindrical-coordinate representation of color #050741: hue angle of 238º 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 #050741 is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 5 7 65 -
CMYK 0.92 0.89 0 0.75
HSL 238º 0.86% 0.14% -
HSV(B) 238º 0.92% 0.25% -
XYZ 1.09 0.57 5.05 -
YUV 13.01 157.34 122.28 -
System Red Green Blue C M Y K H S L
Decimal 5 7 65 0.92 0.89 0 0.75 238 0.86 0.14
Hex 5 7 41 5C 59 0 4B EE 56 E
Octal 5 7 101 134 131 0 113 356 126 16
Binary 101 111 1000001 1011100 1011001 0 1001011 11101110 1010110 1110

Color Harmonies of #050741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050741

Black with #050741

Text Example


Text Example

White with #050741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050741; }

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

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

background-color css

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

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

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

border-color css

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

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

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