Html Css Color HEX #050249 Midnight Blue

📋 copy color: '#050249'

red 5 ◦ green 2 ◦ blue 73

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

Shades of Midnight Blue #050249

Tints of Midnight Blue #050249

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.5%

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

R = 6.25%
G = 2.5%
B = 91.25%

CMYK

 C value IS 0.93

 M value IS 0.97

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#050249 (or 0x050249) is known color: Midnight Blue. HEX triplet: 05, 02 and 49. RGB value is (5,2,73). Sum of RGB (Red+Green+Blue) = 5+2+73=80 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.25% from 80); Green value is 2 (1.17% from 255 or 2.5% from 80); Blue value is 73 (28.91% from 255 or 91.25% from 80); Max value from RGB is 73 - color contains mainly: blue. Hex color #050249 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050249 is #FAFDB6. Grayscale: #0A0A0A. Windows color (decimal): -16448951 or 4784645. OLE color: 4784645.

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

Color convert

RGB 5 2 73 -
CMYK 0.93 0.97 0 0.71
HSL 242.54º 0.95% 0.15% -
HSV(B) 242.54º 0.97% 0.29% -
XYZ 1.29 0.56 6.34 -
YUV 10.99 162.99 123.73 -
System Red Green Blue C M Y K H S L
Decimal 5 2 73 0.93 0.97 0 0.71 242.54 0.95 0.15
Hex 5 2 49 5D 61 0 47 F3 5F F
Octal 5 2 111 135 141 0 107 363 137 17
Binary 101 10 1001001 1011101 1100001 0 1000111 11110011 1011111 1111

Color Harmonies of #050249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050249

Black with #050249

Text Example


Text Example

White with #050249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050249; }

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

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

background-color css

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

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

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

border-color css

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

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

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