Html Css Color HEX #050649 Midnight Express

📋 copy color: '#050649'

red 5 ◦ green 6 ◦ blue 73

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

Shades of Midnight Express #050649

Tints of Midnight Express #050649

RGB

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

 GREEN value IS 6 (2.73% from 255) = 7.14%

 BLUE value IS 73 (28.91% from 255) = 86.9%

R = 5.95%
G = 7.14%
B = 86.9%

CMYK

 C value IS 0.93

 M value IS 0.92

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#050649 (or 0x050649) is known color: Midnight Express. HEX triplet: 05, 06 and 49. RGB value is (5,6,73). Sum of RGB (Red+Green+Blue) = 5+6+73=84 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.95% from 84); Green value is 6 (2.73% from 255 or 7.14% from 84); Blue value is 73 (28.91% from 255 or 86.90% from 84); Max value from RGB is 73 - color contains mainly: blue. Hex color #050649 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050649 is #FAF9B6. Grayscale: #0D0D0D. Windows color (decimal): -16447927 or 4785669. OLE color: 4785669.

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

Color convert

RGB 5 6 73 -
CMYK 0.93 0.92 0 0.71
HSL 239.12º 0.87% 0.15% -
HSV(B) 239.12º 0.93% 0.29% -
XYZ 1.33 0.64 6.36 -
YUV 13.34 161.67 122.05 -
System Red Green Blue C M Y K H S L
Decimal 5 6 73 0.93 0.92 0 0.71 239.12 0.87 0.15
Hex 5 6 49 5D 5C 0 47 EF 57 F
Octal 5 6 111 135 134 0 107 357 127 17
Binary 101 110 1001001 1011101 1011100 0 1000111 11101111 1010111 1111

Color Harmonies of #050649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050649

Black with #050649

Text Example


Text Example

White with #050649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050649; }

 p { color: rgb(5,6,73); }

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

background-color css

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

 a { background-color: rgb(5,6,73); }

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

border-color css

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

 span { border-color: rgb(5,6,73); }

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