Html Css Color HEX #050799 New Midnight Blue

📋 copy color: '#050799'

red 5 ◦ green 7 ◦ blue 153

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

Shades of New Midnight Blue #050799

Tints of New Midnight Blue #050799

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.24%

 BLUE value IS 153 (60.16% from 255) = 92.73%

R = 3.03%
G = 4.24%
B = 92.73%

CMYK

 C value IS 0.97

 M value IS 0.95

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#050799 (or 0x050799) is known color: New Midnight Blue. HEX triplet: 05, 07 and 99. RGB value is (5,7,153). Sum of RGB (Red+Green+Blue) = 5+7+153=165 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.03% from 165); Green value is 7 (3.12% from 255 or 4.24% from 165); Blue value is 153 (60.16% from 255 or 92.73% from 165); Max value from RGB is 153 - color contains mainly: blue. Hex color #050799 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050799 is #FAF866. Grayscale: #161616. Windows color (decimal): -16447591 or 10028805. OLE color: 10028805.

HSL color Cylindrical-coordinate representation of color #050799: hue angle of 239.19º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050799 is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 5 7 153 -
CMYK 0.97 0.95 0 0.4
HSL 239.19º 0.94% 0.31% -
HSV(B) 239.19º 0.97% 0.6% -
XYZ 5.89 2.48 30.31 -
YUV 23.05 201.34 115.13 -
System Red Green Blue C M Y K H S L
Decimal 5 7 153 0.97 0.95 0 0.4 239.19 0.94 0.31
Hex 5 7 99 61 5F 0 28 EF 5E 1F
Octal 5 7 231 141 137 0 50 357 136 37
Binary 101 111 10011001 1100001 1011111 0 101000 11101111 1011110 11111

Color Harmonies of #050799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050799

Black with #050799

Text Example


Text Example

White with #050799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050799; }

 p { color: rgb(5,7,153); }

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

background-color css

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

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

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

border-color css

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

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

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