Html Css Color HEX #050343 Midnight Express

📋 copy color: '#050343'

red 5 ◦ green 3 ◦ blue 67

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

Shades of Midnight Express #050343

Tints of Midnight Express #050343

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4%

 BLUE value IS 67 (26.56% from 255) = 89.33%

R = 6.67%
G = 4%
B = 89.33%

CMYK

 C value IS 0.93

 M value IS 0.96

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#050343 (or 0x050343) is known color: Midnight Express. HEX triplet: 05, 03 and 43. RGB value is (5,3,67). Sum of RGB (Red+Green+Blue) = 5+3+67=75 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.67% from 75); Green value is 3 (1.56% from 255 or 4% from 75); Blue value is 67 (26.56% from 255 or 89.33% from 75); Max value from RGB is 67 - color contains mainly: blue. Hex color #050343 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050343 is #FAFCBC. Grayscale: #0A0A0A. Windows color (decimal): -16448701 or 4391685. OLE color: 4391685.

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

Color convert

RGB 5 3 67 -
CMYK 0.93 0.96 0 0.74
HSL 241.88º 0.91% 0.14% -
HSV(B) 241.88º 0.96% 0.26% -
XYZ 1.11 0.5 5.35 -
YUV 10.89 159.66 123.8 -
System Red Green Blue C M Y K H S L
Decimal 5 3 67 0.93 0.96 0 0.74 241.88 0.91 0.14
Hex 5 3 43 5D 60 0 4A F2 5B E
Octal 5 3 103 135 140 0 112 362 133 16
Binary 101 11 1000011 1011101 1100000 0 1001010 11110010 1011011 1110

Color Harmonies of #050343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050343

Black with #050343

Text Example


Text Example

White with #050343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050343; }

 p { color: rgb(5,3,67); }

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

background-color css

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

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

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

border-color css

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

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

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