Html Css Color HEX #050744 Midnight Express

📋 copy color: '#050744'

red 5 ◦ green 7 ◦ blue 68

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

Shades of Midnight Express #050744

Tints of Midnight Express #050744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 85%

R = 6.25%
G = 8.75%
B = 85%

CMYK

 C value IS 0.93

 M value IS 0.90

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#050744 (or 0x050744) is known color: Midnight Express. HEX triplet: 05, 07 and 44. RGB value is (5,7,68). Sum of RGB (Red+Green+Blue) = 5+7+68=80 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.25% from 80); Green value is 7 (3.12% from 255 or 8.75% from 80); Blue value is 68 (26.95% from 255 or 85% from 80); Max value from RGB is 68 - color contains mainly: blue. Hex color #050744 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050744 is #FAF8BB. Grayscale: #0D0D0D. Windows color (decimal): -16447676 or 4458245. OLE color: 4458245.

HSL color Cylindrical-coordinate representation of color #050744: hue angle of 238.1º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #050744 is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 5 7 68 -
CMYK 0.93 0.90 0 0.73
HSL 238.1º 0.86% 0.14% -
HSV(B) 238.1º 0.93% 0.27% -
XYZ 1.18 0.6 5.52 -
YUV 13.36 158.84 122.04 -
System Red Green Blue C M Y K H S L
Decimal 5 7 68 0.93 0.90 0 0.73 238.1 0.86 0.14
Hex 5 7 44 5D 5A 0 49 EE 56 E
Octal 5 7 104 135 132 0 111 356 126 16
Binary 101 111 1000100 1011101 1011010 0 1001001 11101110 1010110 1110

Color Harmonies of #050744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050744

Black with #050744

Text Example


Text Example

White with #050744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050744; }

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

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

background-color css

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

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

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

border-color css

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

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

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