Html Css Color HEX #050442 Midnight Express

📋 copy color: '#050442'

red 5 ◦ green 4 ◦ blue 66

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

Shades of Midnight Express #050442

Tints of Midnight Express #050442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 88%

R = 6.67%
G = 5.33%
B = 88%

CMYK

 C value IS 0.92

 M value IS 0.94

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#050442 (or 0x050442) is known color: Midnight Express. HEX triplet: 05, 04 and 42. RGB value is (5,4,66). Sum of RGB (Red+Green+Blue) = 5+4+66=75 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.67% from 75); Green value is 4 (1.95% from 255 or 5.33% from 75); Blue value is 66 (26.17% from 255 or 88% from 75); Max value from RGB is 66 - color contains mainly: blue. Hex color #050442 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050442 is #FAFBBD. Grayscale: #0B0B0B. Windows color (decimal): -16448446 or 4326405. OLE color: 4326405.

HSL color Cylindrical-coordinate representation of color #050442: hue angle of 240.97º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #050442 is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 5 4 66 -
CMYK 0.92 0.94 0 0.74
HSL 240.97º 0.89% 0.14% -
HSV(B) 240.97º 0.94% 0.26% -
XYZ 1.09 0.51 5.2 -
YUV 11.37 158.83 123.46 -
System Red Green Blue C M Y K H S L
Decimal 5 4 66 0.92 0.94 0 0.74 240.97 0.89 0.14
Hex 5 4 42 5C 5E 0 4A F1 59 E
Octal 5 4 102 134 136 0 112 361 131 16
Binary 101 100 1000010 1011100 1011110 0 1001010 11110001 1011001 1110

Color Harmonies of #050442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050442

Black with #050442

Text Example


Text Example

White with #050442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050442; }

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

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

background-color css

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

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

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

border-color css

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

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

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