Html Css Color HEX #050747 Midnight Express

📋 copy color: '#050747'

red 5 ◦ green 7 ◦ blue 71

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

Shades of Midnight Express #050747

Tints of Midnight Express #050747

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 85.54%

R = 6.02%
G = 8.43%
B = 85.54%

CMYK

 C value IS 0.93

 M value IS 0.90

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#050747 (or 0x050747) is known color: Midnight Express. HEX triplet: 05, 07 and 47. RGB value is (5,7,71). Sum of RGB (Red+Green+Blue) = 5+7+71=83 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.02% from 83); Green value is 7 (3.12% from 255 or 8.43% from 83); Blue value is 71 (28.12% from 255 or 85.54% from 83); Max value from RGB is 71 - color contains mainly: blue. Hex color #050747 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050747 is #FAF8B8. Grayscale: #0D0D0D. Windows color (decimal): -16447673 or 4654853. OLE color: 4654853.

HSL color Cylindrical-coordinate representation of color #050747: hue angle of 238.18º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #050747 is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 5 7 71 -
CMYK 0.93 0.90 0 0.72
HSL 238.18º 0.87% 0.15% -
HSV(B) 238.18º 0.93% 0.28% -
XYZ 1.28 0.64 6.02 -
YUV 13.7 160.34 121.8 -
System Red Green Blue C M Y K H S L
Decimal 5 7 71 0.93 0.90 0 0.72 238.18 0.87 0.15
Hex 5 7 47 5D 5A 0 48 EE 57 F
Octal 5 7 107 135 132 0 110 356 127 17
Binary 101 111 1000111 1011101 1011010 0 1001000 11101110 1010111 1111

Color Harmonies of #050747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050747

Black with #050747

Text Example


Text Example

White with #050747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050747; }

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

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

background-color css

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

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

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

border-color css

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

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

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