Html Css Color HEX #050542 Midnight Express

📋 copy color: '#050542'

red 5 ◦ green 5 ◦ blue 66

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

Shades of Midnight Express #050542

Tints of Midnight Express #050542

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.58%

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

R = 6.58%
G = 6.58%
B = 86.84%

CMYK

 C value IS 0.92

 M value IS 0.92

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#050542 (or 0x050542) is known color: Midnight Express. HEX triplet: 05, 05 and 42. RGB value is (5,5,66). Sum of RGB (Red+Green+Blue) = 5+5+66=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 5 (2.34% from 255 or 6.58% from 76); Blue value is 66 (26.17% from 255 or 86.84% from 76); Max value from RGB is 66 - color contains mainly: blue. Hex color #050542 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050542 is #FAFABD. Grayscale: #0B0B0B. Windows color (decimal): -16448190 or 4326661. OLE color: 4326661.

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

Color convert

RGB 5 5 66 -
CMYK 0.92 0.92 0 0.74
HSL 240º 0.86% 0.14% -
HSV(B) 240º 0.92% 0.26% -
XYZ 1.1 0.53 5.2 -
YUV 11.95 158.5 123.04 -
System Red Green Blue C M Y K H S L
Decimal 5 5 66 0.92 0.92 0 0.74 240 0.86 0.14
Hex 5 5 42 5C 5C 0 4A F0 56 E
Octal 5 5 102 134 134 0 112 360 126 16
Binary 101 101 1000010 1011100 1011100 0 1001010 11110000 1010110 1110

Color Harmonies of #050542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050542

Black with #050542

Text Example


Text Example

White with #050542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050542; }

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

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

background-color css

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

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

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

border-color css

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

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

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