Html Css Color HEX #050049 Midnight Blue

📋 copy color: '#050049'

red 5 ◦ green 0 ◦ blue 73

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

Shades of Midnight Blue #050049

Tints of Midnight Blue #050049

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 73 (28.91% from 255) = 93.59%

R = 6.41%
G = 0%
B = 93.59%

CMYK

 C value IS 0.93

 M value IS 1

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#050049 (or 0x050049) is known color: Midnight Blue. HEX triplet: 05, 00 and 49. RGB value is (5,0,73). Sum of RGB (Red+Green+Blue) = 5+0+73=78 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.41% from 78); Green value is 0 (0.39% from 255 or 0% from 78); Blue value is 73 (28.91% from 255 or 93.59% from 78); Max value from RGB is 73 - color contains mainly: blue. Hex color #050049 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050049 is #FAFFB6. Grayscale: #090909. Windows color (decimal): -16449463 or 4784133. OLE color: 4784133.

HSL color Cylindrical-coordinate representation of color #050049: hue angle of 244.11º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #050049 is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 5 0 73 -
CMYK 0.93 1 0 0.71
HSL 244.11º 1% 0.14% -
HSV(B) 244.11º 1% 0.29% -
XYZ 1.27 0.51 6.34 -
YUV 9.82 163.66 124.56 -
System Red Green Blue C M Y K H S L
Decimal 5 0 73 0.93 1 0 0.71 244.11 1 0.14
Hex 5 0 49 5D 64 0 47 F4 64 E
Octal 5 0 111 135 144 0 107 364 144 16
Binary 101 0 1001001 1011101 1100100 0 1000111 11110100 1100100 1110

Color Harmonies of #050049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050049

Black with #050049

Text Example


Text Example

White with #050049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050049; }

 p { color: rgb(5,0,73); }

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

background-color css

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

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

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

border-color css

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

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

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