Html Css Color HEX #050944 Midnight Express

📋 copy color: '#050944'

red 5 ◦ green 9 ◦ blue 68

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

Shades of Midnight Express #050944

Tints of Midnight Express #050944

RGB

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

 GREEN value IS 9 (3.91% from 255) = 10.98%

 BLUE value IS 68 (26.95% from 255) = 82.93%

R = 6.1%
G = 10.98%
B = 82.93%

CMYK

 C value IS 0.93

 M value IS 0.87

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#050944 (or 0x050944) is known color: Midnight Express. HEX triplet: 05, 09 and 44. RGB value is (5,9,68). Sum of RGB (Red+Green+Blue) = 5+9+68=82 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.10% from 82); Green value is 9 (3.91% from 255 or 10.98% from 82); Blue value is 68 (26.95% from 255 or 82.93% from 82); Max value from RGB is 68 - color contains mainly: blue. Hex color #050944 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050944 is #FAF6BB. Grayscale: #0E0E0E. Windows color (decimal): -16447164 or 4458757. OLE color: 4458757.

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

Color convert

RGB 5 9 68 -
CMYK 0.93 0.87 0 0.73
HSL 236.19º 0.86% 0.14% -
HSV(B) 236.19º 0.93% 0.27% -
XYZ 1.2 0.64 5.53 -
YUV 14.53 158.17 121.2 -
System Red Green Blue C M Y K H S L
Decimal 5 9 68 0.93 0.87 0 0.73 236.19 0.86 0.14
Hex 5 9 44 5D 57 0 49 EC 56 E
Octal 5 11 104 135 127 0 111 354 126 16
Binary 101 1001 1000100 1011101 1010111 0 1001001 11101100 1010110 1110

Color Harmonies of #050944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050944

Black with #050944

Text Example


Text Example

White with #050944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050944; }

 p { color: rgb(5,9,68); }

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

background-color css

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

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

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

border-color css

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

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

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