Html Css Color HEX #050742 Midnight Express

📋 copy color: '#050742'

red 5 ◦ green 7 ◦ blue 66

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

Shades of Midnight Express #050742

Tints of Midnight Express #050742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 84.62%

R = 6.41%
G = 8.97%
B = 84.62%

CMYK

 C value IS 0.92

 M value IS 0.89

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#050742 (or 0x050742) is known color: Midnight Express. HEX triplet: 05, 07 and 42. RGB value is (5,7,66). Sum of RGB (Red+Green+Blue) = 5+7+66=78 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.41% from 78); Green value is 7 (3.12% from 255 or 8.97% from 78); Blue value is 66 (26.17% from 255 or 84.62% from 78); Max value from RGB is 66 - color contains mainly: blue. Hex color #050742 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050742 is #FAF8BD. Grayscale: #0C0C0C. Windows color (decimal): -16447678 or 4327173. OLE color: 4327173.

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

Color convert

RGB 5 7 66 -
CMYK 0.92 0.89 0 0.74
HSL 238.03º 0.86% 0.14% -
HSV(B) 238.03º 0.92% 0.26% -
XYZ 1.12 0.58 5.21 -
YUV 13.13 157.84 122.2 -
System Red Green Blue C M Y K H S L
Decimal 5 7 66 0.92 0.89 0 0.74 238.03 0.86 0.14
Hex 5 7 42 5C 59 0 4A EE 56 E
Octal 5 7 102 134 131 0 112 356 126 16
Binary 101 111 1000010 1011100 1011001 0 1001010 11101110 1010110 1110

Color Harmonies of #050742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050742

Black with #050742

Text Example


Text Example

White with #050742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050742; }

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

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

background-color css

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

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

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

border-color css

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

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

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