Html Css Color HEX #050734 Midnight Express

📋 copy color: '#050734'

red 5 ◦ green 7 ◦ blue 52

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

Shades of Midnight Express #050734

Tints of Midnight Express #050734

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 81.25%

R = 7.81%
G = 10.94%
B = 81.25%

CMYK

 C value IS 0.90

 M value IS 0.87

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#050734 (or 0x050734) is known color: Midnight Express. HEX triplet: 05, 07 and 34. RGB value is (5,7,52). Sum of RGB (Red+Green+Blue) = 5+7+52=64 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.81% from 64); Green value is 7 (3.12% from 255 or 10.94% from 64); Blue value is 52 (20.70% from 255 or 81.25% from 64); Max value from RGB is 52 - color contains mainly: blue. Hex color #050734 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050734 is #FAF8CB. Grayscale: #0B0B0B. Windows color (decimal): -16447692 or 3409669. OLE color: 3409669.

HSL color Cylindrical-coordinate representation of color #050734: hue angle of 237.45º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #050734 is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 5 7 52 -
CMYK 0.90 0.87 0 0.80
HSL 237.45º 0.82% 0.11% -
HSV(B) 237.45º 0.9% 0.2% -
XYZ 0.76 0.43 3.29 -
YUV 11.53 150.84 123.34 -
System Red Green Blue C M Y K H S L
Decimal 5 7 52 0.90 0.87 0 0.80 237.45 0.82 0.11
Hex 5 7 34 5A 57 0 50 ED 52 B
Octal 5 7 64 132 127 0 120 355 122 13
Binary 101 111 110100 1011010 1010111 0 1010000 11101101 1010010 1011

Color Harmonies of #050734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050734

Black with #050734

Text Example


Text Example

White with #050734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050734; }

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

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

background-color css

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

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

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

border-color css

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

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

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