Html Css Color HEX #050345 Midnight Express

📋 copy color: '#050345'

red 5 ◦ green 3 ◦ blue 69

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

Shades of Midnight Express #050345

Tints of Midnight Express #050345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 89.61%

R = 6.49%
G = 3.9%
B = 89.61%

CMYK

 C value IS 0.93

 M value IS 0.96

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#050345 (or 0x050345) is known color: Midnight Express. HEX triplet: 05, 03 and 45. RGB value is (5,3,69). Sum of RGB (Red+Green+Blue) = 5+3+69=77 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.49% from 77); Green value is 3 (1.56% from 255 or 3.90% from 77); Blue value is 69 (27.34% from 255 or 89.61% from 77); Max value from RGB is 69 - color contains mainly: blue. Hex color #050345 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050345 is #FAFCBA. Grayscale: #0A0A0A. Windows color (decimal): -16448699 or 4522757. OLE color: 4522757.

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

Color convert

RGB 5 3 69 -
CMYK 0.93 0.96 0 0.73
HSL 241.82º 0.92% 0.14% -
HSV(B) 241.82º 0.96% 0.27% -
XYZ 1.17 0.53 5.67 -
YUV 11.12 160.66 123.63 -
System Red Green Blue C M Y K H S L
Decimal 5 3 69 0.93 0.96 0 0.73 241.82 0.92 0.14
Hex 5 3 45 5D 60 0 49 F2 5C E
Octal 5 3 105 135 140 0 111 362 134 16
Binary 101 11 1000101 1011101 1100000 0 1001001 11110010 1011100 1110

Color Harmonies of #050345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050345

Black with #050345

Text Example


Text Example

White with #050345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050345; }

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

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

background-color css

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

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

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

border-color css

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

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

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