Html Css Color HEX #050435 Midnight Express

📋 copy color: '#050435'

red 5 ◦ green 4 ◦ blue 53

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

Shades of Midnight Express #050435

Tints of Midnight Express #050435

RGB

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

 GREEN value IS 4 (1.95% from 255) = 6.45%

 BLUE value IS 53 (21.09% from 255) = 85.48%

R = 8.06%
G = 6.45%
B = 85.48%

CMYK

 C value IS 0.91

 M value IS 0.92

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#050435 (or 0x050435) is known color: Midnight Express. HEX triplet: 05, 04 and 35. RGB value is (5,4,53). Sum of RGB (Red+Green+Blue) = 5+4+53=62 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.06% from 62); Green value is 4 (1.95% from 255 or 6.45% from 62); Blue value is 53 (21.09% from 255 or 85.48% from 62); Max value from RGB is 53 - color contains mainly: blue. Hex color #050435 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050435 is #FAFBCA. Grayscale: #090909. Windows color (decimal): -16448459 or 3474437. OLE color: 3474437.

HSL color Cylindrical-coordinate representation of color #050435: hue angle of 241.22º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #050435 is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 5 4 53 -
CMYK 0.91 0.92 0 0.79
HSL 241.22º 0.86% 0.11% -
HSV(B) 241.22º 0.92% 0.21% -
XYZ 0.75 0.38 3.4 -
YUV 9.89 152.33 124.52 -
System Red Green Blue C M Y K H S L
Decimal 5 4 53 0.91 0.92 0 0.79 241.22 0.86 0.11
Hex 5 4 35 5B 5C 0 4F F1 56 B
Octal 5 4 65 133 134 0 117 361 126 13
Binary 101 100 110101 1011011 1011100 0 1001111 11110001 1010110 1011

Color Harmonies of #050435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050435

Black with #050435

Text Example


Text Example

White with #050435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050435; }

 p { color: rgb(5,4,53); }

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

background-color css

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

 a { background-color: rgb(5,4,53); }

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

border-color css

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

 span { border-color: rgb(5,4,53); }

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