Html Css Color HEX #050696 New Midnight Blue

📋 copy color: '#050696'

red 5 ◦ green 6 ◦ blue 150

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

Shades of New Midnight Blue #050696

Tints of New Midnight Blue #050696

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.73%

 BLUE value IS 150 (58.98% from 255) = 93.17%

R = 3.11%
G = 3.73%
B = 93.17%

CMYK

 C value IS 0.97

 M value IS 0.96

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#050696 (or 0x050696) is known color: New Midnight Blue. HEX triplet: 05, 06 and 96. RGB value is (5,6,150). Sum of RGB (Red+Green+Blue) = 5+6+150=161 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.11% from 161); Green value is 6 (2.73% from 255 or 3.73% from 161); Blue value is 150 (58.98% from 255 or 93.17% from 161); Max value from RGB is 150 - color contains mainly: blue. Hex color #050696 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050696 is #FAF969. Grayscale: #151515. Windows color (decimal): -16447850 or 9831941. OLE color: 9831941.

HSL color Cylindrical-coordinate representation of color #050696: hue angle of 239.59º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050696 is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 5 6 150 -
CMYK 0.97 0.96 0 0.41
HSL 239.59º 0.94% 0.3% -
HSV(B) 239.59º 0.97% 0.59% -
XYZ 5.63 2.36 29.01 -
YUV 22.12 200.17 115.79 -
System Red Green Blue C M Y K H S L
Decimal 5 6 150 0.97 0.96 0 0.41 239.59 0.94 0.3
Hex 5 6 96 61 60 0 29 F0 5E 1E
Octal 5 6 226 141 140 0 51 360 136 36
Binary 101 110 10010110 1100001 1100000 0 101001 11110000 1011110 11110

Color Harmonies of #050696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050696

Black with #050696

Text Example


Text Example

White with #050696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050696; }

 p { color: rgb(5,6,150); }

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

background-color css

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

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

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

border-color css

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

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

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