Html Css Color HEX #050549 Midnight Blue

📋 copy color: '#050549'

red 5 ◦ green 5 ◦ blue 73

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

Shades of Midnight Blue #050549

Tints of Midnight Blue #050549

RGB

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

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

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

R = 6.02%
G = 6.02%
B = 87.95%

CMYK

 C value IS 0.93

 M value IS 0.93

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#050549 (or 0x050549) is known color: Midnight Blue. HEX triplet: 05, 05 and 49. RGB value is (5,5,73). Sum of RGB (Red+Green+Blue) = 5+5+73=83 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.02% from 83); Green value is 5 (2.34% from 255 or 6.02% from 83); Blue value is 73 (28.91% from 255 or 87.95% from 83); Max value from RGB is 73 - color contains mainly: blue. Hex color #050549 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050549 is #FAFAB6. Grayscale: #0C0C0C. Windows color (decimal): -16448183 or 4785413. OLE color: 4785413.

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

Color convert

RGB 5 5 73 -
CMYK 0.93 0.93 0 0.71
HSL 240º 0.87% 0.15% -
HSV(B) 240º 0.93% 0.29% -
XYZ 1.32 0.62 6.35 -
YUV 12.75 162 122.47 -
System Red Green Blue C M Y K H S L
Decimal 5 5 73 0.93 0.93 0 0.71 240 0.87 0.15
Hex 5 5 49 5D 5D 0 47 F0 57 F
Octal 5 5 111 135 135 0 107 360 127 17
Binary 101 101 1001001 1011101 1011101 0 1000111 11110000 1010111 1111

Color Harmonies of #050549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050549

Black with #050549

Text Example


Text Example

White with #050549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050549; }

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

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

background-color css

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

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

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

border-color css

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

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

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