Html Css Color HEX #050746 Midnight Express

📋 copy color: '#050746'

red 5 ◦ green 7 ◦ blue 70

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

Shades of Midnight Express #050746

Tints of Midnight Express #050746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 85.37%

R = 6.1%
G = 8.54%
B = 85.37%

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

#050746 (or 0x050746) is known color: Midnight Express. HEX triplet: 05, 07 and 46. RGB value is (5,7,70). Sum of RGB (Red+Green+Blue) = 5+7+70=82 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.10% from 82); Green value is 7 (3.12% from 255 or 8.54% from 82); Blue value is 70 (27.73% from 255 or 85.37% from 82); Max value from RGB is 70 - color contains mainly: blue. Hex color #050746 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050746 is #FAF8B9. Grayscale: #0D0D0D. Windows color (decimal): -16447674 or 4589317. OLE color: 4589317.

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

Color convert

RGB 5 7 70 -
CMYK 0.93 0.90 0 0.73
HSL 238.15º 0.87% 0.15% -
HSV(B) 238.15º 0.93% 0.27% -
XYZ 1.24 0.63 5.85 -
YUV 13.58 159.84 121.88 -
System Red Green Blue C M Y K H S L
Decimal 5 7 70 0.93 0.90 0 0.73 238.15 0.87 0.15
Hex 5 7 46 5D 5A 0 49 EE 57 F
Octal 5 7 106 135 132 0 111 356 127 17
Binary 101 111 1000110 1011101 1011010 0 1001001 11101110 1010111 1111

Color Harmonies of #050746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050746

Black with #050746

Text Example


Text Example

White with #050746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050746; }

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

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

background-color css

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

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

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

border-color css

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

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

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